ImageGear for C and C++ on Linux v20.0 - Updated
AT_POINT
API Reference Guide > Core Component API Reference > Core Component Structures Reference > AT_POINT

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.

Is this page helpful?
Yes No
Thanks for your feedback.