Click or drag to resize

UndoCollectionCopyTo Method (UndoLevel, Int32)

Copies the UndoLevels into an array.

Copies the UndoLevels into an array.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void CopyTo(
	UndoLevel[] undos,
	int index
)

Parameters

undos
Type: Atalasoft.ImagingUndoLevel
An array of UndoLevel where the collection items will be stored.
index
Type: SystemInt32
An index in the array where items will be stored.
See Also