ImageGear .NET v24.14 - Updated
ImGearRecZoneGUIEditMode Enumeration




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace : ImGearRecZoneGUIEditMode Enumeration
Specifies the edit mode used for zone editing GUI.
Syntax
'Declaration
 
Public Enum ImGearRecZoneGUIEditMode 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearRecZoneGUIEditMode
public enum ImGearRecZoneGUIEditMode : System.Enum 
__value public enum ImGearRecZoneGUIEditMode : public System.Enum 
public enum class ImGearRecZoneGUIEditMode : public System.Enum 
Members
MemberDescription
EDITZones can be created, moved, and resized with ease. Mouse events are processed.
VIEWZones are locked into place and the GUI is disabled. Mouse events are not processed.
Remarks
This enumeration specifies the edit mode used for zone editing GUI.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.Forms.ImGearRecZoneGUIEditMode

See Also

Reference

ImageGear.Recognition.Forms Namespace