-
Notifications
You must be signed in to change notification settings - Fork 5
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
-
data
- image data as byte array -
width
- width of image -
height
- height of image
Tutorials
Classes
- NCNavigineSdk
- NCLocationListManager
- NCLocationManager
- NCNavigationManager
- NCRouteManager
- NCZoneManager
- NCNotificationManager
- NCMeasurementManager
- NCLocationEditManager
- NCResourceManager
- NCLocation
- NCSublocation
- NCCategory
- NCVenue
- NCZone
- NCBeacon
- NCEddystone
- NCWifi
- NCLocationView
- NCGestureRecognizerDelegate
- NCCircleMapObject
- NCLineMapObject
- NCLocationListListener
- NCLocationListener
- NCPositionListener
- NCRouteListener
- NCZoneListener
- NCNotificationListener
- NCLocationEditListener
- NCMeasurementListener
- NCResourceListener
- NCResourceUploadListener
- NCNotification
- NCPosition
- NCSignalMeasurement
- NCSensorMeasurement
- NCImage
- NCRoutePath
- NCRouteEvent
- NCLocationPoint
- NCLocationInfo
- NCBitmapRegionDecoder