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

VObject.Dispose Method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

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

Syntax

Visual Basic
Public Sub Dispose
C#
public void Dispose()

Remarks

This method is, by convention, used for all tasks associated with freeing resources held by an object, or preparing an object for reuse.

See Also

Reference