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