ImageGear .NET v24.12 - Updated
SetRecGUIZoneType Method




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : SetRecGUIZoneType Method
Type of zone to set for future zone creation operations.
Defines the attributes of the next zone created using the recognition zone editor GUI.
Syntax
'Declaration
 
Public Sub SetRecGUIZoneType( _
   ByVal zoneType As ImGearRecZoneGUIType _
) 
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim zoneType As ImGearRecZoneGUIType
 
instance.SetRecGUIZoneType(zoneType)
public void SetRecGUIZoneType( 
   ImGearRecZoneGUIType zoneType
)
public: void SetRecGUIZoneType( 
   ImGearRecZoneGUIType zoneType
) 
public:
void SetRecGUIZoneType( 
   ImGearRecZoneGUIType zoneType
) 

Parameters

zoneType
Type of zone to set for future zone creation operations.
Remarks
This method defines the attributes of the next zone created using the recognition zone editor GUI. For example, if the recognition zone editor GUI is in edit mode and the user drags with the mouse to define a new zone, the new zone will be of the type specified by the last call to this method.

NOTE:

The user may interrupt this if the toolbar is visible by clicking one of the toolbar buttons to select a different zone type.

See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members
ImGearRecZoneGUIType Enumeration