Partager via


STRUCTURE POINTFLOAT (wingdi.h)

La structure POINTFLOAT contient les coordonnées x et y d’un point.

Syntaxe

typedef struct _POINTFLOAT {
  FLOAT x;
  FLOAT y;
} POINTFLOAT, *PPOINTFLOAT;

Membres

x

Spécifie la coordonnée horizontale (x) d’un point.

y

Spécifie la coordonnée verticale (y) d’un point.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge Windows 2000 Server [applications de bureau uniquement]
En-tête wingdi.h

Voir aussi

GLYPHMETRICSFLOAT

OpenGL sur Windows

Structures