Click or drag to resize

WpfLayerCollectionContains Method

Determines whether an element is 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(
	WpfLayerAnnotation item
)

Parameters

item
Type: Atalasoft.Annotate.WpfWpfLayerAnnotation
The layer to search for.

Return Value

Type: Boolean
True if the layer is within the collection.

Implements

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