Condividi tramite


Metodo ID2D1TransformGraph::SetPass throughGraph (d2d1effectauthor.h)

Usa l'input specificato come output dell'effetto.

Sintassi

HRESULT SetPassthroughGraph(
  UINT32 effectInputIndex
);

Parametri

effectInputIndex

Indice dell'input all'effetto.

Valore restituito

Il metodo restituisce un HRESULT. I valori possibili includono, ma non sono limitati a, quelli indicati nella tabella seguente.

HRESULT Descrizione
S_OK Non si è verificato alcun errore
D2DERR_NOT_FOUND = (HRESULT_FROM_WIN32(ERROR_NOT_FOUND)) Direct2D non è riuscito a individuare il nodo specificato.

Requisiti

   
Client minimo supportato Windows 8 e Platform Update per Windows 7 [app desktop | App UWP]
Server minimo supportato Windows Server 2012 e Aggiornamento della piattaforma per Windows Server 2008 R2 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione d2d1effectauthor.h
Libreria D2d1.lib

Vedi anche

ID2D1TransformGraph