ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Effect Class / SetInputEffect Method
Index of the input
Effect output to use as input
To invalidate

In This Topic
    SetInputEffect Method
    In This Topic
    Sets the input by using the output of a given effect.
    Syntax
    'Declaration
     
    Public Sub SetInputEffect( _
       ByVal index As Integer, _
       ByVal effect As Effect, _
       Optional ByVal invalidate As Boolean _
    ) 
    public void SetInputEffect( 
       int index,
       Effect effect,
       bool invalidate
    )

    Parameters

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