Click or drag to resize

WpfHotSpotFreehandAnnotation Constructor (Point, AnnotationBrush, AnnotationBrush, WpfFreehandLineType)

Creates a new instance of WpfHotSpotFreehandAnnotation specifying its properties.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public WpfHotSpotFreehandAnnotation(
	Point[] points,
	AnnotationBrush fill,
	AnnotationBrush activeFill,
	WpfFreehandLineType lineType
)

Parameters

points
Type: System.WindowsPoint
The points of the freehand line.
fill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to fill the annotation.
activeFill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to fill the annotation when its Active property is true.
lineType
Type: Atalasoft.Annotate.WpfWpfFreehandLineType
The line type used to connect the points.
See Also