Skip to content

Class NCImage

Il Kadyrov edited this page Nov 5, 2020 · 1 revision

NCImage class is used for working with the image.

Referenced from: NCResourceListener.

@interface NCImage : NSObject

@property (nonatomic, nonnull, readonly) NSData * data;

@property (nonatomic, readonly) int32_t width;

@property (nonatomic, readonly) int32_t height;

@end

Public fields

  • data - image data as byte array
  • width - width of image
  • height - height of image
Clone this wiki locally