Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library
-
Header File
windef.h
Unicode
No
Platform Notes
None

POINT

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

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

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples