AnnotationUICollection.CopyTo 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)
Syntaxpublic 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: System.Int32
The index of this collection where copying will begin. - array
- Type:Atalasoft.Annotate.UI.AnnotationUI[]
The array to copy items into. - arrayIndex
- Type: System.Int32
The index in the array where copying will begin. - count
- Type: System.Int32
The number of items to copy.
ExceptionsException | Condition |
---|
| Thrown if the index or arrayIndex arguments are invalid. |
| Thrown if array is null (Nothing in VB). |
See Also