ImageGear .NET v24.12 - Updated
Dispose Method (ImGearRecZoneGUI)




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : Dispose Method
Frees all data associated with this object.
Syntax
'Declaration
 
Public Sub Dispose() 
'Usage
 
Dim instance As ImGearRecZoneGUI
 
instance.Dispose()
public void Dispose()
public: void Dispose(); 
public:
void Dispose(); 
Remarks
This is a standard .NET Dispose method. It frees all data associated with this object.

It's not required for an application to call this method, since the .NET garbage collector will eventually dispose the object if no references to it exist anymore. However, in order to minimize memory usage, it is recommended for an application to call the Dispose method as soon as the object is no longer needed.

The application is responsible for not accessing any methods or properties of the object after having called its Dispose method.

See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members