ImageGear .NET - Updated May 30, 2018
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)

Parameters

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

Reference

ImGearARTGroup Class
ImGearARTGroup Members