Overview
Group
Quick Info

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

POINTS

The POINTS structure defines the coordinates of a point.

typedef struct tagPOINTS { // pts

SHORT x;

SHORT y;

} POINTS;

Members

x

Specifies the x-coordinate of the point.

y

Specifies the y-coordinate of the point.

See Also

ChildWindowFromPoint
, PtInRect, WindowFromPoint, POINT

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