GCKइमेज क्लास

GCKImage क्लास का रेफ़रंस

खास जानकारी

वेब सर्वर पर मौजूद इमेज को दिखाने वाली क्लास.

इसका इस्तेमाल GCKDevice आइकॉन और GCKMediaMetadata आर्टवर्क जैसी चीज़ों के लिए किया जाता है.

NSObject, <NSकॉपी>, और <NSSecureCoding> को इनहेरिट करता है.

इंस्टेंस के तरीके के बारे में खास जानकारी

(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.
अपवाद
NSInvalidArgumentExceptionअगर यूआरएल nil है या खाली है या डाइमेंशन अमान्य हैं.
- (instancetype) init

डिफ़ॉल्ट इनिशलाइज़र उपलब्ध नहीं है.

प्रॉपर्टी की जानकारी

- (NSURL*) URL
readnonatomicstrong

इमेज का यूआरएल.

- (NSInteger) width
readnonatomicassign

इमेज की चौड़ाई, पिक्सल में.

- (NSInteger) height
readnonatomicassign

इमेज की ऊंचाई, पिक्सल में.