ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 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