Shuts down the currently used graphics engine, and enables the classic GDI engine.
VB6
![]() |
---|
Public Sub ShutDown () |
C++
![]() |
---|
public: |
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.
FlowChartX Programmer's Guide | © 2023 MindFusion |