GCKImage Class Referansı
  Genel bakış
Web sunucusunda bulunan bir resmi temsil eden sınıf.
GCKDevice simgeleri ve GCKMediaMetadata poster gibi öğeler için kullanılır.
NSNesne, <NSKopyalama> ve <NSSecureCoding> öğelerini devralır.
| Örnek Yöntemi Özeti | |
| (instancetype) | - initWithURL:width:height: | 
| Belirtilen URL ve boyutlarla yeni bir GCKImage oluşturur.  Diğer... | |
| (instancetype) | - init | 
| Varsayılan başlatıcı kullanılamıyor.  Diğer... | |
| Mülk Özeti | |
| NSURL * | URL | 
| Resim URL'si.  Diğer... | |
| NSInteger | width | 
| Piksel cinsinden resim genişliği.  Diğer... | |
| NSInteger | height | 
| Piksel cinsinden resim yüksekliği.  Diğer... | |
Yöntem Ayrıntısı
| - (instancetype) initWithURL: | (NSURL *) | URL | |
| width: | (NSInteger) | width | |
| height: | (NSInteger) | height | |
Belirtilen URL ve boyutlarla yeni bir GCKImage oluşturur.
Tanımlanmış başlatıcı.
- Parameters
- 
  URL The URL of the image. width The width of the image, in pixels. height The height of the image, in pixels. 
- İstisnalar
- 
  NSInvalidArgumentException URL nilise veya boşsa ya da boyutlar geçersizse.
| - (instancetype) init | 
Varsayılan başlatıcı kullanılamıyor.
Mülk Ayrıntısı
| 
 | readnonatomicstrong | 
Resim URL'si.
| 
 | readnonatomicassign | 
Piksel cinsinden resim genişliği.
| 
 | readnonatomicassign | 
Piksel cinsinden resim yüksekliği.