Click or drag to resize

WpfAnnotationUICollectionContains Method

Determines whether an annotation is contained in 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 Contains(
	WpfAnnotationUI item
)

Parameters

item
Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation to search for.

Return Value

Type: Boolean
True if the annotation is in the collection.

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the item argument is null (Nothing in VB).
See Also