Click or drag to resize

AnnotationRenderers Class

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

Namespace:  Atalasoft.Annotate.Renderer
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public sealed class AnnotationRenderers

The AnnotationRenderers type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationRenderers
Initializes a new instance of the AnnotationRenderers class
Top
Methods
  NameDescription
Public methodStatic memberAdd
Adds or replaces a rendering engine for the specified type.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGet
Gets the rendering engine for a specific type.
Public methodStatic memberGetAnnotationDataTypes
Returns a list of all AnnotationData types registered in the AnnotationRenderers table.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
To implement custom rendering of annotations, use the Add(Type, IAnnotationRenderer) method to replace the default renderer for an annotation.
See Also