POINTS
The POINTS
structure defines the coordinates of a point.
typedef struct tagPOINTS { // pts
SHORT x;
SHORT y;
} POINTS;
Members
x
Specifies the
x-coordinate of the point.
y
Specifies the
y-coordinate of the point.
See Also