ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroupArray Class / Remove Method / Remove(ImGearARTGroup) Method
The group to remove.




In This Topic
    Remove(ImGearARTGroup) Method
    In This Topic
    Removes the specified group from the array.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal group As ImGearARTGroup _
    ) 
    'Usage
     
    Dim instance As ImGearARTGroupArray
    Dim group As ImGearARTGroup
     
    instance.Remove(group)
    public void Remove( 
       ImGearARTGroup group
    )
    public: void Remove( 
       ImGearARTGroup* group
    ) 
    public:
    void Remove( 
       ImGearARTGroup^ group
    ) 

    Parameters

    group
    The group to remove.
    See Also