Pos class final

@brief Pos is a position of a barcode in a image.

Inheritance
Implemented types
Available extensions

Constructors

Pos()

Properties

address → Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
bottomLeftX ↔ int
< x coordinate of bottom left corner of barcode
getter/setter pair
bottomLeftY ↔ int
< y coordinate of bottom left corner of barcode
getter/setter pair
bottomRightX ↔ int
< x coordinate of bottom right corner of barcode
getter/setter pair
bottomRightY ↔ int
< y coordinate of bottom right corner of barcode
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
imageHeight ↔ int
< The height of the image
getter/setter pair
imageWidth ↔ int
< The width of the image
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
topLeftX ↔ int
< x coordinate of top left corner of barcode
getter/setter pair
topLeftY ↔ int
< y coordinate of top left corner of barcode
getter/setter pair
topRightX ↔ int
< x coordinate of top right corner of barcode
getter/setter pair
topRightY ↔ int
< y coordinate of top right corner of barcode
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPosition() → Position

Available on Pos, provided by the PosExt extension

toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

$allocate(Allocator $allocator, {required int imageWidth, required int imageHeight, required int topLeftX, required int topLeftY, required int topRightX, required int topRightY, required int bottomLeftX, required int bottomLeftY, required int bottomRightX, required int bottomRightY}) → Pointer<Pos>