Click or drag to resize

UndoCollection.CopyTo 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.Imaging.UndoLevel[]
An array of UndoLevel where the collection items will be stored.
index
Type: System.Int32
An index in the array where items will be stored.
See Also