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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void CopyTo(
WpfAnnotationUI[] array,
int arrayIndex
)
Public Sub CopyTo (
array As WpfAnnotationUI(),
arrayIndex As Integer
)
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| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the array argument is null (Nothing in VB). |
| ArgumentOutOfRangeException | Thrown if the arrayIndex argument is invalid for the provided array. |
See Also