Click or drag to resize

UndoCollectionItem Property

Gets the undo item.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public UndoLevel this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Zero based Index of the undo item.

Property Value

Type: UndoLevel
The UndoLevel at this index.
See Also