POINT

typedef struct tagPOINT { /* pt */

LONG x;

LONG y;

} POINT;

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

Members

x

Specifies the x coordinate.

y

Specifies the y coordinate.

See Also

ChildWindowFromPoint, GetBrushOrgEx, PtInRect, SetBrushOrgEx, WindowFromPoint