Click or drag to resize

AnnotationUICollection.CopyTo Method (AnnotationUI[], Int32)

Copies items into the specifed array.

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

Parameters

array
Type:Atalasoft.Annotate.UI.AnnotationUI[]
The array to copy items into.
index
Type: System.Int32
An index in the target array where copying will being.
Exceptions
ExceptionCondition
Thrown if the array is null (Nothing in VB).
Thrown if the index is invalid.
See Also