Click or drag to resize

WpfAnnotationRenderersAdd Method

Adds or replaces a rendering engine for the specified annotation 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 void Add(
	Type annotationType,
	IWpfAnnotationRenderer renderer
)

Parameters

annotationType
Type: SystemType
The annotation type for this renderer.
renderer
Type: Atalasoft.Annotate.Wpf.RendererIWpfAnnotationRenderer
The renderer to use for the specified type.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if any argument is null (Nothing in VB).
See Also