POINT

The POINT structure defines the x- and y- coordinates of a point.

typedef struct tagPOINT { 
    LONG x; 
    LONG y; 
} POINT; 
 

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, GetBrushOrgEx, PtInRect, SetBrushOrgEx, WindowFromPoint