Click or drag to resize

WpfLayerAnnotation Constructor (LayerData)

Creates a new instance of WpfLayerAnnotation from a LayerData object.

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 WpfLayerAnnotation(
	LayerData data
)

Parameters

data
Type: Atalasoft.AnnotateLayerData
The LayerData object for this annotation.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the data argument is null (Nothing in VB).
See Also