Search
Graphics.ShutDown Method
See Also
 



Shuts down the currently used graphics engine, and enables the classic GDI engine.

 Syntax

VB6  Copy Code

Public Sub ShutDown ()

C++  Copy Code

public:
void ShutDown ()

 Remarks

It is important to call ShutDown when using GDI+, in order to free some resources that FlowChartX allocates and to execute the GdiPlusShutdown API function. A suitable place to shut down the graphics engine is the Unload event handler of the main form of VB application or the OnClose method of the MFC window that contains FlowChartX.

 See Also