BitmapProperties, fonction (d2d1helper.h)
Crée une structure D2D1_BITMAP_PROPERTIES .
Syntaxe
D2D1_BITMAP_PROPERTIES BitmapProperties(
[ref] const D2D1_PIXEL_FORMAT & pixelFormat,
FLOAT dpiX,
FLOAT dpiY
);
Paramètres
[ref] pixelFormat
Type : const D2D1_PIXEL_FORMAT
Format de pixel et mode alpha de la bitmap. La valeur par défaut est un D2D1_PIXEL_FORMAT au formatDXGI_FORMAT_UNKNOWN et un alphaModede D2D1_ALPHA_MODE_UNKNOWN. Pour plus d’informations sur les formats de pixels, consultez Formats de pixels et modes alpha pris en charge.
dpiX
Type : FLOAT
Ppp horizontal de la bitmap. La valeur par défaut est 96.0f.
dpiY
Type : FLOAT
Ppp vertical de la bitmap. La valeur par défaut est 96.0f.
Valeur retournée
Type : D2D1_BITMAP_PROPERTIES
Structure qui décrit le format de pixel et la ppp d’une 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 Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | d2d1helper.h |
Bibliothèque | D2d1.lib |
DLL | D2d1.dll |