Partager via


IDWriteBitmapRenderTarget::SetCurrentTransform, méthode (dwrite.h)

Définit la transformation qui mappe la coordonnée abstraite à dips (pixel indépendant de l’appareil). Cela n’affecte pas la transformation mondiale du contexte d’appareil sous-jacent.

Syntaxe

HRESULT SetCurrentTransform(
  [in, optional] DWRITE_MATRIX const *transform
);

Paramètres

[in, optional] transform

Type : const DWRITE_MATRIX*

Spécifie la nouvelle transformation. Ce paramètre peut être NULL, auquel cas la transformation d’identité est implicite.

Valeur retournée

Type : HRESULT

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

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]
Plateforme cible Windows
En-tête dwrite.h
Bibliothèque Dwrite.lib
DLL Dwrite.dll

Voir aussi

IDWriteBitmapRenderTarget