Click or drag to resize

Atalasoft.Annotate.Renderer Namespace

 
Classes
  ClassDescription
Public classAnnotationRenderers
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.
Public classAnnotationRenderingEngine
This class is the fallback rendering engine used when a specific rendering engine for an annotation can't be found.
Public classCalloutRenderingEngine
This class is used to render CalloutData objects.
Public classEllipseRenderingEngine
This class is used for rendering EllipseData objects.
Public classEmbeddedImageRenderingEngine
This class is used for rendering EmbeddedImageData objects.
Public classFreehandRenderingEngine
This class is used for rendering FreehandData objects.
Public classHotSpotFreehandRenderingEngine
This class is used for rendering HotSpotFreehandData objects.
Public classHotSpotRenderingEngine
This class is used for rendering HotSpotData objects.
Public classLayerRenderingEngine
This class is used to render LayerData objects.
Public classLineRenderingEngine
This class is used for rendering LineData objects.
Public classLinesRenderingEngine
This class is used for rendering LinesData objects.
Public classOcrRegionRenderingEngine
This class is used for rendering OcrRegionData.
Public classPolygonRenderingEngine
This class is used for rendering PolygonData objects.
Public classRectangleRenderingEngine
This class is used for rendering RectangleData objects.
Public classReferencedImageRenderingEngine
This class is used for rendering ReferencedImageData objects.
Public classRenderEnvironment
This class is passed into the IAnnotationRenderer methods to provide information for the rendering process.
Public classRubberStampRenderingEngine
This class is used for rendering RubberStampData objects.
Public classTextAnnotationRenderingEngine
This class is used for rendering TextData objects.
Interfaces
  InterfaceDescription
Public interfaceIAnnotationGripRenderer
This interface must be implemented by classes used to render annotation grips.
Public interfaceIAnnotationRenderer
This interface must be implemented by classes that will be used to render annotations.