D2D_SIZE_U structure (dcommon.h)
Stocke une paire ordonnée d'entiers, représentant généralement la largeur et la hauteur d'un rectangle.
Syntaxe
typedef struct D2D_SIZE_U {
UINT32 width;
UINT32 height;
} D2D_SIZE_U;
Membres
width
Type : UINT32
Composant horizontal de cette taille.
height
Type : UINT32
Composant vertical de cette taille.
Spécifications
Client minimal pris en charge | Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2, Windows Server 2008 avec SP2 et Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP] |
En-tête | dcommon.h (inclure D2d1.h) |