Structure POINTL (windef.h)

La structure POINTL définit les coordonnées x et y d’un point.

Syntaxe

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

Membres

x

Spécifie la coordonnée x du point.

y

Spécifie la coordonnée y du point.

Remarques

La structure POINTL est identique à la structure POINT .

Configuration requise

   
En-tête windef.h (inclure Windows.h)

Voir aussi

POINT

POINTS