Click or drag to resize

WpfAnnotationRenderersGet Method

Gets the renderer for the specified type.

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 IWpfAnnotationRenderer Get(
	Type annotationType
)

Parameters

annotationType
Type: SystemType
The annotation type.

Return Value

Type: IWpfAnnotationRenderer
The renderer for the annotation type or a default renderer.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the annotationType argument is null (Nothing in VB).
See Also