Click or drag to resize

WpfLayerAnnotationCreateAnnotationUIObjects 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.WpfWpfAnnotationUIFactoryCollection
The factories used to create the WpfAnnotationUI objects.
See Also