This structure defines the coordinates of a point.
At a Glance
Header file: | Windef.h |
Windows CE versions: | 1.0 and later |
Syntax
typedef struct tagPOINTS {
SHORT x;
SHORT y;
} POINTS;
Members
x
Specifies the x-coordinate of the point.
y
Specifies the y-coordinate of the point.
See Also