Click or drag to resize

IAnnotationUIFactory Interface

This interface must be implemented by any class used as an annotation UI factory.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IAnnotationUIFactory

The IAnnotationUIFactory type exposes the following members.

Methods
  NameDescription
Public methodGetAnnotationUI
Returns the AnnotationUI object for a specific AnnotationData class.
Top
See Also