Specifies the source of Undo or Redo operation.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum UndoSource
Public Enumeration UndoSource
public enum class UndoSource

Members

MemberValueDescription
Unknown0
Unknown source. Do not use.
Image1
Image of current layer.
Selection2
Current selection
Object3
Selected vectorial objects (annotations)
Layer4
Layer info (bitmap not included)
FullLayer5
Layer info (included bitmap of currently selected layer)
ObjectsAndLayers6
Layers, bitmaps and vectorial objects

See Also