Class yang mewakili gambar yang terletak di server web.
Digunakan untuk hal-hal seperti ikon GCKDevice dan ilustrasi GCKMediaMetadata.
Mewarisi NSObject, <NSWriting>, dan <NSSecureCoding>.
- (instancetype) initWithURL: |
|
(NSURL *) |
URL |
width: |
|
(NSInteger) |
width |
height: |
|
(NSInteger) |
height |
|
|
| |
Membuat GCKImage baru dengan URL dan dimensi yang diberikan.
Penginisialisasi yang ditetapkan.
- Parameters
-
URL | The URL of the image. |
width | The width of the image, in pixels. |
height | The height of the image, in pixels. |
- Pengecualian
-
NSInvalidArgumentException | jika URL nil atau kosong, atau dimensinya tidak valid. |
Penginisialisasi default tidak tersedia.
Lebar gambar, dalam piksel.
Tinggi gambar, dalam piksel.