Barcode Xpress for Linux v14.0 - Updated
API Reference / Barcode Component API Reference / Barcode Component Structures Reference / BX_Point
In This Topic
    BX_Point
    In This Topic

    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.