ImageGear .NET v24.12 - Updated
ShowToolBar Method




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : ShowToolBar Method
Shows the recognition zone editor toolbar.
Syntax
'Declaration
 
Public Sub ShowToolBar() 
'Usage
 
Dim instance As ImGearRecZoneGUI
 
instance.ShowToolBar()
public void ShowToolBar()
public: void ShowToolBar(); 
public:
void ShowToolBar(); 
Remarks
This method shows the recognition zone editor toolbar. The user can use this toolbar to select zones, specify the type of zone to create next, and perform some utility actions such as automatic detection of zones and import/export of the zone collection to a file.

NOTE:

If the toolbar is already visible, no action will be taken. To re-create the toolbar, call HideToolBar and then ShowToolBar.

See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members