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. |