Structure POINTL (windef.h)
La structure POINTL définit les coordonnées x et y d’un point.
C++
typedef struct _POINTL {
LONG x;
LONG y;
} POINTL, *PPOINTL;
x
Spécifie la coordonnée x du point.
y
Spécifie la coordonnée y du point.
La structure POINTL est identique à la structure POINT .
En-tête | windef.h (inclure Windows.h) |