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

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

     
    Copy Code
    AT_DOUBLE x;
    AT_DOUBLE y;
    

    Members:

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