GH_QuickImageEditorDispose Method  | 
 Releases the unmanaged resources used by the 
GH_QuickImageEditor and optionally releases the managed resources
 
    Namespace: 
   Grasshopper.GUI
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxprotected override void Dispose(
	bool disposing
)
Protected Overrides Sub Dispose ( 
	disposing As Boolean
)
Parameters
- disposing
 - Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources 
See Also