API Reference
Note
The Barcode Count mapping API is still in beta and may change in future versions of Scandit Data Capture SDK.
Defined in framework ScanditBarcodeCapture
@interface SDCCoordinate2D : NSObject
Added in version 6.17.0
Represents a position in a grid.
- (instancetype)initWithX:(NSInteger)x y:(NSInteger)y
instancetype
Instantiates a Coordinate2d.
@property (nonatomic, assign, readonly) NSInteger x
X coordinate value.
@property (nonatomic, assign, readonly) NSInteger y
Y coordinate value.