Click or drag to resize

HotSpotAnnotation Constructor (HotSpotData)

Creates a new instance of HotSpotAnnotation 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 HotSpotAnnotation(
	HotSpotData data
)

Parameters

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