Overview
Group
Quick Info

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

POINTL

The POINTL structure contains the coordinates of a point.

typedef struct _POINTL { // ptl

LONG x;

LONG y;

} POINTL;

Members

x

Specifies the horizontal (x) coordinate of the point.

y

Specifies the vertical (y) coordinate of the point.

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