Click or drag to resize

HotSpotFreehandAnnotation Constructor (HotSpotFreehandData)

Creates a new instance of HotSpotFreehandAnnotation specifying the annotation data.

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 HotSpotFreehandAnnotation(
	HotSpotFreehandData data
)

Parameters

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