Uma classe que representa uma imagem localizada em um servidor da Web.
Usado para ações como ícones de GCKDevice e arte de GCKMediaMetadata.
Herda NSObject, <NSCOPY> e <NSCoding>.
- (instancetype) initWithURL: |
|
(NSURL *) |
URL |
width: |
|
(NSInteger) |
width |
height: |
|
(NSInteger) |
height |
|
|
| |
Cria um novo GCKImage com o URL e as dimensões fornecidas.
Inicializador 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 ou 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.