AnnotationUICollectionCopyTo 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)
Syntax public void CopyTo(
AnnotationUI[] array,
int index
)
Public Sub CopyTo (
array As AnnotationUI(),
index As Integer
)
Parameters
- array
- Type: Atalasoft.Annotate.UIAnnotationUI
The array to copy items into. - index
- Type: SystemInt32
An index in the target array where copying will being.
Exceptions Exception | Condition |
---|
| Thrown if the array is null (Nothing in VB). |
| Thrown if the index is invalid. |
See Also