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

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.

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