This documentation is for the old version. Go to the latest Graphics Mill docs

GraphicsMillLibraryModule.ShutDown Method

Explicitly deinitializes Graphics Mill module and releases all the temporary files created by this module.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Shared Sub ShutDown
C#
public static void ShutDown()

Remarks

Call this method after disposing all the created Graphics Mill objects and releasing all resources.

See Also

Reference