Click or drag to resize

LineAnnotation Constructor (LineData)

Creates a new instance of LineAnnotation specifying the LineData used for this annotation.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public LineAnnotation(
	LineData data
)

Parameters

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