Atalasoft.Annotate.Wpf.Renderer Namespace |
Class | Description | |
---|---|---|
WpfAnnotationRenderers |
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.
| |
WpfAnnotationRenderingEngineT |
This is the base class used to render annotations.
| |
WpfCalloutAnnotationRenderingEngine |
This class is used to render a WpfCalloutAnnotation.
| |
WpfEllipseAnnotationRenderingEngine |
This class is used to render a WpfEllipseAnnotation.
| |
WpfEmbeddedImageAnnotationRenderingEngine |
This class is used to render a WpfEmbeddedImageAnnotation.
| |
WpfFreehandAnnotationRenderingEngine |
This class is used to render a WpfFreehandAnnotation.
| |
WpfGripRenderer |
This class is the default grip renderer for annotations.
| |
WpfHotSpotAnnotationRenderingEngine |
This class is used to render a WpfHotSpotAnnotation.
| |
WpfHotSpotFreehandAnnotationRenderingEngine |
This class is used to render a WpfHotSpotFreehandAnnotation.
| |
WpfLayerAnnotationRenderingEngine |
This class is used to render a WpfLayerAnnotation.
| |
WpfLineAnnotationRenderingEngine |
This class is used to render a WpfLineAnnotation.
| |
WpfLinesAnnotationRenderingEngine |
This class is used to render a WpfLinesAnnotation.
| |
WpfPolygonAnnotationRenderingEngine |
This class is used to render a WpfPolygonAnnotation.
| |
WpfRectangleAnnotationRenderingEngine |
This class is used to render a WpfRectangleAnnotation.
| |
WpfReferencedImageAnnotationRenderingEngine |
This class is used to render a WpfReferencedImageAnnotation.
| |
WpfRenderEnvironment |
This class is used to hold information required for rendering the annotations and grips.
| |
WpfRubberStampAnnotationRenderingEngine |
This class is used to render a WpfRubberStampAnnotation.
| |
WpfTextAnnotationRenderingEngine |
This class is used to render a WpfTextAnnotation.
|
Interface | Description | |
---|---|---|
IWpfAnnotationRenderer |
This interface must be implemented by classes that will be used to render WPF annotations.
| |
IWpfGripRenderer |
This interface must be implemented by classes used to render annotation grips.
|