ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer _
    ) As Image
    public Image GetInput( 
       System.int index
    )

    Parameters

    index
    See Also