Struttura POINTL (windef.h)

La struttura POINTL definisce le coordinate x e y di un punto.

Sintassi

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

Members

x

Specifica la coordinata x del punto.

y

Specifica la coordinata y del punto.

Commenti

La struttura POINTL è identica alla struttura POINT.

Requisiti

   
Intestazione windef.h (include Windows.h)

Vedi anche

PUNTO

PUNTI