AnnotationUICollectionCopyTo Method (AnnotationUI) |
Copies all of the items 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(
AnnotationUI[] array
)
Public Sub CopyTo (
array As AnnotationUI()
)
Parameters
- array
- Type: Atalasoft.Annotate.UIAnnotationUI
The array where items will be copied.
Exceptions Exception | Condition |
---|
| Thrown if the array is null (Nothing in VB). |
See Also