The History type exposes the following members.
Name | Description | |
---|---|---|
History |
Creates and initializes an instance of the History class connected with the specified ICanvas. |
Name | Description | |
---|---|---|
AddLayerAdded |
Adds the layer added command to the history. |
|
AddLayerRemoved |
Adds the layer removed command to the history. |
|
AddVObjectAdded |
Adds the v-object added command to the history. |
|
AddVObjectChanged |
Adds the v-object changed command to the history. |
|
AddVObjectRemoved |
Adds the v-object removed command to the history. |
|
Clear |
Discards both the undo and redo histories. |
|
ClearRedo |
Discards the redo history. |
|
ClearUndo |
Discards the undo history. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Redo |
Redoes the last made change. |
|
ToString | (Inherited from Object.) | |
Undo |
Undoes the last made change. |
Name | Description | |
---|---|---|
CanRedo |
Gets the value indicating if the last action can be redone. |
|
CanUndo |
Gets the value indicating if the last action can be undone. |
|
Enable |
Gets or sets the value indicating if the undo/redo functionality is enabled. |
|
MaxUndoStepCount |
Gets or sets a maximum number of available undo steps. |
|
TrackingEnabled |
Gets or sets the value indicating if the tracking commands functionality is enabled. |