Click or drag to resize

HotSpotFreehandAnnotation Constructor (PointF)

Creates a new instance of HotSpotFreehandAnnotation specifying the initial points.

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(
	PointF[] points
)

Parameters

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