AnnotationUICollectionCopyTo Method (Int32, AnnotationUI, Int32, Int32) |
Copies annotations from this collection into an 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(
int index,
AnnotationUI[] array,
int arrayIndex,
int count
)
Public Sub CopyTo (
index As Integer,
array As AnnotationUI(),
arrayIndex As Integer,
count As Integer
)
Parameters
- index
- Type: SystemInt32
The index of this collection where copying will begin. - array
- Type: Atalasoft.Annotate.UIAnnotationUI
The array to copy items into. - arrayIndex
- Type: SystemInt32
The index in the array where copying will begin. - count
- Type: SystemInt32
The number of items to copy.
Exceptions Exception | Condition |
---|
| Thrown if the index or arrayIndex arguments are invalid. |
| Thrown if array is null (Nothing in VB). |
See Also