structure D2D1_BITMAP_PROPERTIES (d2d1.h)
Décrit le format de pixels et le ppp d’une bitmap.
Syntaxe
typedef struct D2D1_BITMAP_PROPERTIES {
D2D1_PIXEL_FORMAT pixelFormat;
FLOAT dpiX;
FLOAT dpiY;
} D2D1_BITMAP_PROPERTIES;
Membres
pixelFormat
Type : D2D1_PIXEL_FORMAT
Format de pixels et mode alpha de la bitmap.
dpiX
Type : FLOAT
Ppp horizontal de l’image bitmap.
dpiY
Type : FLOAT
Ppp vertical de la bitmap.
Configuration requise
Condition requise | Valeur |
---|---|
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 Mise à jour de plateforme pour Windows Server 2008 [applications de bureau | Applications UWP] |
En-tête | d2d1.h |