ComponentOne Bitmap for UWP
SetInputEffect Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Effect Class : SetInputEffect Method
Index of the input
Effect output to use as input
To invalidate
Sets the input by using the output of a given effect.
Syntax
'Declaration
 
Public Sub SetInputEffect( _
   ByVal index As System.Integer, _
   ByVal effect As Effect, _
   Optional ByVal invalidate As System.Boolean _
) 
public void SetInputEffect( 
   System.int index,
   Effect effect,
   System.bool invalidate
)

Parameters

index
Index of the input
effect
Effect output to use as input
invalidate
To invalidate
See Also

Reference

Effect Class
Effect Members