ImageGear .NET - Updated
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)
public void Add( 
   ImGearRecZone zone
)
public: void Add( 
   ImGearRecZone* zone
) 
public:
void Add( 
   ImGearRecZone^ 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