WpfAnnotationUICollectionRemove Method |
Removes the specified annotation from the collection.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool Remove(
WpfAnnotationUI item
)
Public Function Remove (
item As WpfAnnotationUI
) As Boolean
Parameters
- item
- Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation to remove.
Return Value
Type:
BooleanTrue if the annotation was removed from the collection; False if the annotation does not exist in the collection.
Implements
ICollectionTRemove(T)Exceptions See Also