ID2D1Effect.SetInput

<summary> Sets the input to the given effect. The input can be a concrete bitmap or the output of another effect. </summary>

interface ID2D1Effect
extern (Windows)
void
SetInput
(
UINT32 index
,
ID2D1Image input
,
BOOL invalidate = TRUE
)

Meta