ImageGear .NET v24.14 - Updated September 15, 2020
Insert Method (ImGearRecZoneCollection)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class : Insert Method
Index to insert zone at.
New ImGearRecZone object describing zone to be added.
Inserts a zone at a specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal zone As ImGearRecZone _
) 
 
'Usage
 
Dim instance As ImGearRecZoneCollection
Dim index As Integer
Dim zone As ImGearRecZone
 
instance.Insert(index, zone)

Parameters

index
Index to insert zone at.
zone
New ImGearRecZone object describing zone to be added.
Remarks
Inserts a new zone at the specified index in the zone list.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members
ImGearRecZone Class