IWpfAnnotationUIFactoryGetAnnotationUI 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 WpfAnnotationUI GetAnnotationUI(
AnnotationData data
)
Function GetAnnotationUI (
data As AnnotationData
) As WpfAnnotationUI
Parameters
- data
- Type: Atalasoft.AnnotateAnnotationData
The annotation data used to construct the annotation.
Return Value
Type:
WpfAnnotationUIA new annotation or null (Nothing in VB) if the annotation could not be created by the factory.
See Also