GCKImage 類別

GCKImage 類別參考

總覽

這個類別代表位於網路伺服器中的圖片。

適用於 GCKDevice 圖示和 GCKMediaMetadata 藝術品。

沿用 NSObject、<NSCopy> 和 <NSCoding> 的 NSObject。

執行個體方法摘要

(instancetype) - initWithURL:width:height:
 使用指定的網址和維度建構新的 GCKImage更多...
 
(instancetype) - init
 無法使用預設初始化器。更多...
 

屬性摘要

NSURL * URL
 圖片網址。更多...
 
NSInteger width
 圖片寬度 (以像素為單位)。更多...
 
NSInteger height
 圖片高度 (以像素為單位)。更多...
 

方法說明

- (instancetype) initWithURL: (NSURL *)  URL
width: (NSInteger)  width
height: (NSInteger)  height 

使用指定的網址和維度建構新的 GCKImage

指定初始化器。

Parameters
URLThe URL of the image.
widthThe width of the image, in pixels.
heightThe height of the image, in pixels.
例外狀況
NSInvalidArgument 例外狀況,但 nil 或空白。
- (instancetype) init

無法使用預設初始化器。

資源詳細資料

- (NSURL*) URL
readnonatomicstrong

圖片網址。

- (NSInteger) width
readnonatomicassign

圖片寬度 (以像素為單位)。

- (NSInteger) height
readnonatomicassign

圖片高度 (以像素為單位)。