structure DISPLAYCONFIG_2DREGION (wingdi.h)
La structure DISPLAYCONFIG_2DREGION représente un point ou un décalage dans un espace à deux dimensions.
Syntaxe
typedef struct DISPLAYCONFIG_2DREGION {
UINT32 cx;
UINT32 cy;
} DISPLAYCONFIG_2DREGION;
Membres
cx
Composant horizontal du point ou du décalage.
cy
Composant vertical du point ou du décalage.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Disponible dans le client Windows 7. |
En-tête | wingdi.h (inclure Windows.h) |