Barcode Xpress for Linux v13.1 - Updated
BX_Point
Collapse All
Expand All
View with Navigation Tools
API Reference
>
Barcode Component API Reference
>
Barcode Component Structures Reference
> BX_Point
Represents a point in the image.
Declaration:
Copy Code
typedef
struct
tagBX_Point {
long
X;
long
Y; } BX_Point;
Members:
X
long
The horizontal distance from the left edge of the image.
Y
long
The vertical distance from the top edge of the image.