Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores an x- and y-coordinate pair in two-dimensional space.
class com.dynamsoft.dbr.Point;
Attribute | Type | Descriptions |
---|---|---|
x |
int | The X coordinate of the point. |
y |
int | The y coordinate of the point. |
The X coordinate of the point.
int x
The Y coordinate of the point.
int y
latest version