ImageGear .NET - Updated
RemoveAt Method (ImGearRecZoneCollection)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class : RemoveAt Method
Index of zone in zone list to remove.
Removes the zone at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearRecZoneCollection
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 zone in zone list to remove.
Remarks
Removes the zone at the specified index in the zone list.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members