Estructura POINT (windef.h)
La estructura POINT define las coordenadas x- y de un punto.
Sintaxis
typedef struct tagPOINT {
LONG x;
LONG y;
} POINT, *PPOINT, *NPPOINT, *LPPOINT;
Miembros
x
Especifica la coordenada x del punto.
y
Especifica la coordenada y del punto.
Comentarios
La estructura POINT es idéntica a la estructura POINTL .
Requisitos
Requisito | Valor |
---|---|
Header | windef.h (incluya Windows.h) |