Click or drag to resize

WpfAnnotationUIFactoryT, TDataGetAnnotationUIOverride Method

Called when the factory cannot find a constructor taking the AnnotationData passed into GetAnnotationUI.

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
protected virtual WpfAnnotationUI GetAnnotationUIOverride(
	TData data
)

Parameters

data
Type: TData
The annotation data to create an annotation for.

Return Value

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