Click or drag to resize

AnnotationDataCollection.CopyTo Method

Copies items into the specified array.

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

Parameters

array
Type:Atalasoft.Annotate.AnnotationData[]
The array to copy items into.
index
Type: System.Int32
The index of the target array to being copying.
Exceptions
ExceptionCondition
Thrown if the array is null (Nothing in VB).
Thrown if the index is invalid.
Thrown if the array is not large enough to perform this task.
See Also