ID2D1Effect::SetInput-Methode (d2d1_1.h)

Legt das angegebene Eingabebild nach Index fest.

Syntax

void SetInput(
                 UINT32     index,
  [in, optional] ID2D1Image *input,
                 BOOL       invalidate
);

Parameter

index

Typ: UINT32

Der Index des festzulegenden Bilds.

[in, optional] input

Typ: ID2D1Image*

Das festzulegende Eingabebild.

invalidate

Typ: BOOL

Gibt an, ob das Diagramm an der Position der Effekteingabe ungültig werden soll

Rückgabewert

Keine

Bemerkungen

Wenn sich der Eingabeindex außerhalb des Bereichs befindet, wird das Eingabebild ignoriert.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8 und Plattformupdate für Windows 7 [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 und Plattformupdate für Windows Server 2008 R2 [Desktop-Apps | UWP-Apps]
Zielplattform Windows
Kopfzeile d2d1_1.h
DLL D2d1.dll

Weitere Informationen

ID2D1DeviceContext::CreateEffect

ID2D1Effect

ID2D1Effect::GetOutput

ID2D1Image