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

Command.UnExecute Method

Rolls the command back.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.RedoUndo
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public MustOverride Sub UnExecute ( _
	canvas As Canvas _
)
C#
public abstract void UnExecute(
	Canvas canvas
)

Parameters

canvas

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Canvas

The canvas to roll the command back.

See Also

Reference