Click or drag to resize

WpfAnnotationRenderers Class

This class holds all of the annotation renderers used for drawing the annotations. When a custom annotation is created, its IWpfAnnotationRenderer should be added to this collection to allow the WpfAnnotationCanvas to render the object.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.Wpf.RendererWpfAnnotationRenderers

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 class WpfAnnotationRenderers

The WpfAnnotationRenderers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Adds or replaces a rendering engine for the specified annotation type.
Public methodStatic memberContains
Returns a value indicating whether the specified annotation type is in the collection.
Public methodStatic memberGet
Gets the renderer for the specified type.
Public methodStatic memberGetAnnotationTypes
Returns an array of Type for each annotation in the collection.
Top
See Also