Click or drag to resize

WpfLayerCollection.CopyTo Method

Copies the entire collection into the array, starting at the specified index of the target array.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void CopyTo(
	WpfLayerAnnotation[] array,
	int arrayIndex
)

Parameters

array
Type:Atalasoft.Annotate.Wpf.WpfLayerAnnotation[]
The array of copy items into.
arrayIndex
Type: System.Int32
The index in the array at which to begin.

Implements

ICollection<T>.CopyTo(T[], Int32)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the array is null (Nothing in VB).
See Also