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
 

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.

◆ 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: