Una classe che rappresenta un'immagine situata su un server web.
Utilizzata per elementi quali icone GCKDevice e artwork GCKMediaMetadata.
Eredita NSObject, <NSCOPY> e <NSSecureCoding>.
- (instancetype) initWithURL: |
|
(NSURL *) |
URL |
width: |
|
(NSInteger) |
width |
height: |
|
(NSInteger) |
height |
|
|
| |
Consente di creare un nuovo GCKImage con l'URL e le dimensioni specificati.
Inizializzatore designato.
- Parameters
-
URL | The URL of the image. |
width | The width of the image, in pixels. |
height | The height of the image, in pixels. |
- Eccezioni
-
NSInvalidArgumentException | se l'URL è nil o vuoto, oppure le dimensioni non sono valide. |
Inizializzatore predefinito non disponibile.
La larghezza dell'immagine, in pixel.
L'altezza dell'immagine in pixel.