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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic static bool Contains(
Type annotationType
)
Public Shared Function Contains (
annotationType As Type
) As Boolean
Parameters
- annotationType
- Type: SystemType
The annotation type to search for.
Return Value
Type:
BooleanTrue if the annotation type is in the collection.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the annotationType argument is null (Nothing in VB). |
See Also