ImageGear .NET - Updated
RemoveAt Method (ImGearARTGroup)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTGroup Class : RemoveAt Method
Index of a mark in the group to remove.
Removes a mark specified by index from the group.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearARTGroup
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)
public: void RemoveAt( 
   int index
) 
public:
void RemoveAt( 
   int index
) 

Parameters

index
Index of a mark in the group to remove.
See Also

Reference

ImGearARTGroup Class
ImGearARTGroup Members