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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic static IWpfAnnotationRenderer Get(
Type annotationType
)
Public Shared Function Get (
annotationType As Type
) As IWpfAnnotationRenderer
Parameters
- annotationType
- Type: SystemType
The annotation type.
Return Value
Type:
IWpfAnnotationRendererThe renderer for the annotation type or a default renderer.
Exceptions
See Also