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




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class : Add Method
New ImGearRecZone object describing zone to be added.
Adds a new zone.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal zone As ImGearRecZone _
) 
 
'Usage
 
Dim instance As ImGearRecZoneCollection
Dim zone As ImGearRecZone
 
instance.Add(zone)

Parameters

zone
New ImGearRecZone object describing zone to be added.
Remarks
Adds a new zone to the zone list.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members
ImGearRecZone Class