Click or drag to resize

WpfAnnotationUIFactoryT, TDataGetAnnotationUI Method

Returns a new annotation from an AnnotationData class.

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 WpfAnnotationUI GetAnnotationUI(
	AnnotationData data
)

Parameters

data
Type: Atalasoft.AnnotateAnnotationData
The annotation data used to construct the annotation.

Return Value

Type: WpfAnnotationUI
A new annotation or null (Nothing in VB) if the annotation could not be created by the factory.

Implements

IWpfAnnotationUIFactoryGetAnnotationUI(AnnotationData)
See Also