WpfAnnotationUICollection.Remove 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)
Syntaxpublic bool Remove(
WpfAnnotationUI item
)
Public Function Remove (
item As WpfAnnotationUI
) As Boolean
Parameters
- item
- Type: Atalasoft.Annotate.Wpf.WpfAnnotationUI
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
ICollection<T>.Remove(T)
Exceptions
See Also