Click or drag to resize

WpfLineAnnotation Constructor (LineData)

Creates a new instance of WpfLineAnnotation from an LineData 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 WpfLineAnnotation(
	LineData data
)

Parameters

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