ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CustomEffectAttribute Class / CustomEffectAttribute Constructor
Description of the custom effect
Category of the custom effect
Author of the custom effect

In This Topic
    CustomEffectAttribute Constructor
    In This Topic
    Initializes a new instance of CustomEffectAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal description As String, _
       ByVal category As String, _
       ByVal author As String _
    )
    public CustomEffectAttribute( 
       string description,
       string category,
       string author
    )

    Parameters

    description
    Description of the custom effect
    category
    Category of the custom effect
    author
    Author of the custom effect
    See Also