Click or drag to resize

HotSpotFreehandData Constructor (PointF)

Creates a new instance of HotSpotFreehandData specifying the initial points.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public HotSpotFreehandData(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
The initial points for the hotspot. These points must be in annotation space.
Exceptions
ExceptionCondition
Thrown if the points parameter is null.
See Also