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

History Methods

The History type exposes the following members.

Methods

Name Description
Public method AddLayerAdded

Adds the layer added command to the history.

Public method AddLayerRemoved

Adds the layer removed command to the history.

Public method AddVObjectAdded

Adds the v-object added command to the history.

Public method AddVObjectChanged

Adds the v-object changed command to the history.

Public method AddVObjectRemoved

Adds the v-object removed command to the history.

Public method Clear

Discards both the undo and redo histories.

Public method ClearRedo

Discards the redo history.

Public method ClearUndo

Discards the undo history.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Redo

Redoes the last made change.

Public method ToString (Inherited from Object.)
Public method Undo

Undoes the last made change.

See Also

Reference