Loading...
Searching...
No Matches

class described image data in SDK More...

#include <com/navigine/idl/objc/NCImage.h>

Inherits NSObject.

Properties

NSData * data
 binary source data of the image
 
int32_t width
 decoded image width
 
int32_t height
 decoded image height
 
NCImageType type
 decoded image type
 
BOOL valid
 

Detailed Description

class described image data in SDK

Referenced from Sublocation.

Definition at line 20 of file NCImage.h.

Property Documentation

◆ data

- (NSData*) data
readnonatomicassign

binary source data of the image

Definition at line 25 of file NCImage.h.

◆ height

- (int32_t) height
readnonatomicassign

decoded image height

Definition at line 35 of file NCImage.h.

◆ type

- (NCImageType) type
readnonatomicassign

decoded image type

Definition at line 40 of file NCImage.h.

◆ valid

- (BOOL) valid
readnonatomicassign

Tells if this object is valid or not. Any method called on an invalid object will throw an exception. The object becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now.

Definition at line 48 of file NCImage.h.

◆ width

- (int32_t) width
readnonatomicassign

decoded image width

Definition at line 30 of file NCImage.h.


The documentation for this class was generated from the following file: