Click or drag to resize

LayerAnnotation Constructor (LayerData)

Creates a new instance of LayerAnnotation specifying the LayerData 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 LayerAnnotation(
	LayerData data
)

Parameters

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