ID2D1TransformGraph::SetPassthroughGraph, méthode (d2d1effectauthor.h)

Utilise l’entrée spécifiée comme sortie d’effet.

Syntaxe

HRESULT SetPassthroughGraph(
  UINT32 effectInputIndex
);

Paramètres

effectInputIndex

Index de l’entrée de l’effet.

Valeur retournée

Cette méthode retourne un code HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.

HRESULT Description
S_OK Aucune erreur ne s’est produite
D2DERR_NOT_FOUND = (HRESULT_FROM_WIN32(ERROR_NOT_FOUND)) Direct2D n’a pas pu localiser le nœud spécifié.

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

ID2D1TransformGraph