Partager via


ID2D1SourceTransform::SetRenderInfo, méthode (d2d1effectauthor.h)

Définit les informations de rendu pour la transformation.

Syntaxe

HRESULT SetRenderInfo(
  [in] ID2D1RenderInfo *renderInfo
);

Paramètres

[in] renderInfo

Type : ID2D1RenderInfo*

Interface fournie à la transformation pour permettre de spécifier la passe de transformation basée sur le processeur.

Valeur retournée

Type : HRESULT

Si la méthode réussit, elle retourne S_OK. En cas d’échec, elle retourne un code d’erreur HRESULT .

Notes

Fournit une interface d’informations de rendu à la transformation source pour lui permettre de spécifier l’état du système de rendu.

Configuration requise

   
Client minimal pris en charge Windows 8 et mise à jour de plateforme pour Windows 7 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 et Platform Update pour Windows Server 2008 R2 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête d2d1effectauthor.h
Bibliothèque D2d1.lib

Voir aussi

ID2D1EffectImpl

ID2D1SourceTransform