Click or drag to resize

WpfAnnotationUICollectionCopyTo 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.WpfWpfAnnotationUI
The array annotations will be copied into.
arrayIndex
Type: SystemInt32
The starting index in the array to begin copying.

Implements

ICollectionTCopyTo(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