Click or drag to resize

HotSpotFreehandAnnotation Constructor (AnnotationBrush, AnnotationBrush, PointF)

Creates a new instance of HotSpotFreehandAnnotation specifying the outline, fill and 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(
	AnnotationBrush fill,
	AnnotationBrush activeFill,
	params PointF[] points
)

Parameters

fill
Type: Atalasoft.AnnotateAnnotationBrush
The fill for the freehand.
activeFill
Type: Atalasoft.AnnotateAnnotationBrush
The fill used when the hotspot is active.
points
Type: System.DrawingPointF
The initial point for the freehand.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a parameter is null.
See Also