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)
Syntaxpublic void CopyTo(
AnnotationUI[] array,
int index
)
Public Sub CopyTo (
array As AnnotationUI(),
index As Integer
)
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.
ExceptionsException | Condition |
---|
| Thrown if the array is null (Nothing in VB). |
| Thrown if the index is invalid. |
See Also