Barcode Xpress for Linux v13.9 - Updated
BX_Point
API Reference > Barcode Component API Reference > Barcode Component Structures Reference > BX_Point

Represents a point in the image.

Declaration:

typedef struct tagBX\_Point {
    long X;
    long Y;
} BX\_Point;

Members:

Name Type Description
X long The horizontal distance from the left edge of the image.
Y long The vertical distance from the top edge of the image.
Is this page helpful?
Yes No
Thanks for your feedback.