Click or drag to resize

WpfAnnotationUICollection.CopyTo Method

Copies the annotations into the supplied array starting at the specified index.

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(
	WpfAnnotationUI[] array,
	int arrayIndex
)

Parameters

array
Type:Atalasoft.Annotate.Wpf.WpfAnnotationUI[]
The array annotations will be copied into.
arrayIndex
Type: System.Int32
The starting index in the array to begin copying.

Implements

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