Click or drag to resize

WpfAnnotationRenderersContains Method

Returns a value indicating whether the specified annotation type is in the collection.

Namespace:  Atalasoft.Annotate.Wpf.Renderer
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static bool Contains(
	Type annotationType
)

Parameters

annotationType
Type: SystemType
The annotation type to search for.

Return Value

Type: Boolean
True if the annotation type is in the collection.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the annotationType argument is null (Nothing in VB).
See Also