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

VObjectsRubberband.SaveState Method

Saves the state of the object.

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

Syntax

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

Remarks

After the object state is saved, you can revert to it using the Undo() method.

See Also

Reference