WpfAnnotationUICollectionAddRange Method |
Adds a group of annotations to the collection.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void AddRange(
IEnumerable<WpfAnnotationUI> annotations
)
Public Sub AddRange (
annotations As IEnumerable(Of WpfAnnotationUI)
)
Parameters
- annotations
- Type: System.Collections.GenericIEnumerableWpfAnnotationUI
The annotation to add.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the annotations argument is null (Nothing in VB). |
See Also