ImageGear .NET - Updated
Remove Method (ImGearRecZoneCollection)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class : Remove Method
Reference to a zone in the zone list to remove.
Removes the specified zone.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal zone As ImGearRecZone _
) 
'Usage
 
Dim instance As ImGearRecZoneCollection
Dim zone As ImGearRecZone
 
instance.Remove(zone)
public void Remove( 
   ImGearRecZone zone
)
public: void Remove( 
   ImGearRecZone* zone
) 
public:
void Remove( 
   ImGearRecZone^ zone
) 

Parameters

zone
Reference to a zone in the zone list to remove.
Remarks
Removes the given zone from the zone list. The Zone parameter must be a reference to a zone in the zone list.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members
ImGearRecZone Class