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

HistoryData.ApplyState Method

Applies the stored state to the specified History.

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

Syntax

Visual Basic
Public Sub ApplyState ( _
	h As History _
)
C#
public void ApplyState(
	History h
)

Parameters

h

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.RedoUndo.History

History to apply the state to.

See Also

Reference