ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroup Class / ImGearARTGroup Constructor
Group name.
Group description.




In This Topic
    ImGearARTGroup Constructor
    In This Topic
    Initializes a new instance of the ImGearARTGroup class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal description As String _
    )
    'Usage
     
    Dim name As String
    Dim description As String
     
    Dim instance As New ImGearARTGroup(name, description)
    public ImGearARTGroup( 
       string name,
       string description
    )
    public: ImGearARTGroup( 
       string* name,
       string* description
    )
    public:
    ImGearARTGroup( 
       String^ name,
       String^ description
    )

    Parameters

    name
    Group name.
    description
    Group description.
    See Also