Click or drag to resize

WpfLayerCollectionCopyTo 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.WpfWpfLayerAnnotation
The array of copy items into.
arrayIndex
Type: SystemInt32
The index in the array at which to begin.

Implements

ICollectionTCopyTo(T, Int32)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the array is null (Nothing in VB).
See Also