POINTS

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

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Requires version 1.0 or later.
  Header: Declared in windef.h.

See Also

Rectangles Overview, Rectangle Structures, ChildWindowFromPoint, PtInRect, WindowFromPoint, POINT