ImageGear for C and C++ on Linux v18.10 - Updated
AT_DPOINT
Collapse All
Expand All
View with Navigation Tools
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.