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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in windef.h.

See Also

Metafiles Overview, Enhanced Metafile Structures