WpfAnnotationUICollectionAdd Method |
Adds an annotation to the end of 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 Add(
WpfAnnotationUI item
)
Public Sub Add (
item As WpfAnnotationUI
)
Parameters
- item
- Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation to add.
Implements
ICollectionTAdd(T)
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the item argument is null (Nothing in VB). |
See Also