History Constructor

Creates and initializes an instance of the History class connected with the specified ICanvas.

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

Syntax

C#
public History(
	ICanvas cv
)

Parameters

cv

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects..ICanvas

The canvas to create the history for.

See Also

Reference