ImageGear .NET v24.12 - Updated
HideZoneMarks Method




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : HideZoneMarks Method
Hides the zone marks which are used to indicate zone location, size, and type.
Syntax
'Declaration
 
Public Sub HideZoneMarks() 
'Usage
 
Dim instance As ImGearRecZoneGUI
 
instance.HideZoneMarks()
public void HideZoneMarks()
public: void HideZoneMarks(); 
public:
void HideZoneMarks(); 
Remarks
This method hides the zone marks which are used to indicate zone location, size, and type. The actual zones still exist, and their marks can be drawn again using the Refresh method.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members