Click or drag to resize

WpfAnnotationRenderingEngineT Class

This is the base class used to render annotations.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.Wpf.RendererWpfAnnotationRenderingEngineT
    More...

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 class WpfAnnotationRenderingEngine<T> : IWpfAnnotationRenderer
where T : WpfAnnotationUI

Type Parameters

T
The annotation type this renderer is used for.

The WpfAnnotationRenderingEngineT type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberCreateLineCapGeometry
Creates the line cap geometry.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnRenderAnnotation
Called to render the annotation.
Public methodRenderAnnotation
Called to render the annotation.
Protected methodRenderLineCap
This method is called to render the a single line cap.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.Wpf.RendererWpfAnnotationRenderingEngineT
    Atalasoft.Annotate.Wpf.PdfWpfPdfLineAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.PdfWpfPdfMarkupAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfCalloutAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfEllipseAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfEmbeddedImageAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfFreehandAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfHotSpotAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfHotSpotFreehandAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfLayerAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfLineAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfLinesAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfPolygonAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfRectangleAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfReferencedImageAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfRubberStampAnnotationRenderingEngine
    Atalasoft.Annotate.Wpf.RendererWpfTextAnnotationRenderingEngine