Click or drag to resize

IAnnotationRenderer Interface

This interface must be implemented by classes that will be used to render annotations.

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 interface IAnnotationRenderer

The IAnnotationRenderer type exposes the following members.

Properties
  NameDescription
Public propertyGripRenderer
Gets the IAnnotationGripRenderer used to render grips.
Top
Methods
  NameDescription
Public methodRenderAnnotation
Called to render an annotation.
Top
See Also