Uma classe que representa uma imagem localizada em um servidor da Web.
Usado para, por exemplo, ícones do GCKDevice e arte do GCKMediaMetadata.
Herda NSObject, <NSCopy> e <NSSecureCoding>.
- (instancetype) initWithURL: |
|
(NSURL *) |
URL |
width: |
|
(NSInteger) |
width |
height: |
|
(NSInteger) |
height |
|
|
| |
Cria um novo GCKImage com o URL e as dimensões fornecidos.
Iniciador designado.
- Parameters
-
URL | The URL of the image. |
width | The width of the image, in pixels. |
height | The height of the image, in pixels. |
- Exceções
-
NSInvalidArgumentException | se o URL for nil , estiver vazio ou as dimensões forem inválidas. |
O inicializador padrão não está disponível.
A largura da imagem, em pixels.
A altura da imagem, em pixels.