Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure defines the coordinates of a point.
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.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Windef.h.
See Also
ChildWindowFromPoint | PtInRect | WindowFromPoint | POINT
Send Feedback on this topic to the authors