Click or drag to resize

Atalasoft.Annotate.Wpf.Renderer Namespace

 
Classes
  ClassDescription
Public classWpfAnnotationRenderers
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.
Public classWpfAnnotationRenderingEngineT
This is the base class used to render annotations.
Public classWpfCalloutAnnotationRenderingEngine
This class is used to render a WpfCalloutAnnotation.
Public classWpfEllipseAnnotationRenderingEngine
This class is used to render a WpfEllipseAnnotation.
Public classWpfEmbeddedImageAnnotationRenderingEngine
This class is used to render a WpfEmbeddedImageAnnotation.
Public classWpfFreehandAnnotationRenderingEngine
This class is used to render a WpfFreehandAnnotation.
Public classWpfGripRenderer
This class is the default grip renderer for annotations.
Public classWpfHotSpotAnnotationRenderingEngine
This class is used to render a WpfHotSpotAnnotation.
Public classWpfHotSpotFreehandAnnotationRenderingEngine
This class is used to render a WpfHotSpotFreehandAnnotation.
Public classWpfLayerAnnotationRenderingEngine
This class is used to render a WpfLayerAnnotation.
Public classWpfLineAnnotationRenderingEngine
This class is used to render a WpfLineAnnotation.
Public classWpfLinesAnnotationRenderingEngine
This class is used to render a WpfLinesAnnotation.
Public classWpfPolygonAnnotationRenderingEngine
This class is used to render a WpfPolygonAnnotation.
Public classWpfRectangleAnnotationRenderingEngine
This class is used to render a WpfRectangleAnnotation.
Public classWpfReferencedImageAnnotationRenderingEngine
This class is used to render a WpfReferencedImageAnnotation.
Public classWpfRenderEnvironment
This class is used to hold information required for rendering the annotations and grips.
Public classWpfRubberStampAnnotationRenderingEngine
This class is used to render a WpfRubberStampAnnotation.
Public classWpfTextAnnotationRenderingEngine
This class is used to render a WpfTextAnnotation.
Interfaces
  InterfaceDescription
Public interfaceIWpfAnnotationRenderer
This interface must be implemented by classes that will be used to render WPF annotations.
Public interfaceIWpfGripRenderer
This interface must be implemented by classes used to render annotation grips.