Click or drag to resize

IWpfAnnotationUIFactory Interface

This interface is implemented by factory classes used to create annotations from AnnotationData.

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

The IWpfAnnotationUIFactory type exposes the following members.

Properties
  NameDescription
Public propertyAnnotationType
Gets the type of annotation the factory can create.
Top
Methods
  NameDescription
Public methodGetAnnotationUI
Returns a new annotation from an AnnotationData class.
Top
See Also