ImageGear .NET v24.12 - Updated
Refresh Method




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : Refresh Method
Updates the recognition zone editor GUI's collection of marks to match the zones currently defined by the recognition page and also draws the marks.
Syntax
'Declaration
 
Public Sub Refresh() 
'Usage
 
Dim instance As ImGearRecZoneGUI
 
instance.Refresh()
public void Refresh()
public: void Refresh(); 
public:
void Refresh(); 
Remarks
This method updates the recognition zone editor GUI's collection of marks to match the zones currently defined by the recognition page and also draws the marks. A zone mark is a shaded area overlaid over an image which represents the location, size, and type of a corresponding recognition zone. NOTE: This method does not need to be called in paint event handlers. Typically it's called after zones have been detected or manipulated via methods of the recognition page, rather than the recognition zone editor GUI.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members