Click or drag to resize

IWpfAnnotationRenderer Interface

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

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

The IWpfAnnotationRenderer type exposes the following members.

Methods
  NameDescription
Public methodRenderAnnotation
Called to render the annotation.
Top
See Also