POINT

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

At a Glance

Header file: Windef.h
Windows CE versions: 1.0 and later

Syntax

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

Members

x

Specifies the x-coordinate of the point.

y

Specifies the y-coordinate of the point.

See Also

ChildWindowFromPoint, PtInRect, SetBrushOrgEx, WindowFromPoint