ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Effect Class / GetInput Method

In This Topic
    GetInput Method
    In This Topic
    void ID2D1Effect::GetInput([In] unsigned int index,[Out, Optional] ID2D1Image** input)
    Syntax
    'Declaration
     
    Public Function GetInput( _
       ByVal index As Integer _
    ) As Image
    public Image GetInput( 
       int index
    )

    Parameters

    index
    See Also