WpfLayerCollectionCopyTo Method |
Copies the entire collection into the array, starting at the specified index of the target array.
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(
WpfLayerAnnotation[] array,
int arrayIndex
)
Public Sub CopyTo (
array As WpfLayerAnnotation(),
arrayIndex As Integer
)
Parameters
- array
- Type: Atalasoft.Annotate.WpfWpfLayerAnnotation
The array of copy items into. - arrayIndex
- Type: SystemInt32
The index in the array at which to begin.
Implements
ICollectionTCopyTo(T, Int32)
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the array is null (Nothing in VB). |
See Also