Click or drag to resize

LinesAnnotation Constructor (LinesData)

Creates a new instance of LinesAnnotation specifying the LinesData used by 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 LinesAnnotation(
	LinesData data
)

Parameters

data
Type: Atalasoft.AnnotateLinesData
A LinesData object for this annotation.
Exceptions
ExceptionCondition
Thrown if the data argument is null (Nothing in VB).
See Also