Click or drag to resize

WpfLayerAnnotation.CreateAnnotationUIObjects Method

This method is used to generate WpfAnnotationUI objects for each AnnotationData object. The only time this method should be called is when the WpfLayerAnnotation is created by passing in a LayerData object to its constructor.

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 void CreateAnnotationUIObjects(
	WpfAnnotationUIFactoryCollection factories
)

Parameters

factories
Type: Atalasoft.Annotate.Wpf.WpfAnnotationUIFactoryCollection
The factories used to create the WpfAnnotationUI objects.
See Also