POINTL structure

The POINTL structure contains the coordinates of a point.

Syntax

typedef struct _POINTL {
  LONG x;
  LONG y;
} POINTL, *PPOINTL;

Members

  • x
    The horizontal (x) coordinate of the point.

  • y
    The vertical (y) coordinate of the point.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Windef.h (include Windows.h)

See also

Metafiles Overview

Metafile Structures