ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Structures Reference / AT_POINT
In This Topic
    AT_POINT
    In This Topic

    This struct is simply the X and Y coordinates of a point.

     
    Copy Code
    AT_PIXPOS x;
    AT_PIXPOS y;
    

    Members:

    Name Type Description
    x AT_PIXPOS X coordinate of the point.
    y AT_PIXPOS Y coordinate of the point.