ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / CustomEffectInputAttribute Class / CustomEffectInputAttribute Constructor

In This Topic
    CustomEffectInputAttribute Constructor
    In This Topic
    Initializes a new instance of CustomEffectInputAttribute attribute.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal input As System.String _
    )
    public CustomEffectInputAttribute( 
       System.string input
    )

    Parameters

    input
    See Also