Click or drag to resize

WpfHotSpotFreehandAnnotation Constructor (AnnotationBrush, WpfFreehandLineType)

Creates a new instance of WpfHotSpotFreehandAnnotation specifying the fill and line type.

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(
	AnnotationBrush fill,
	WpfFreehandLineType lineType
)

Parameters

fill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to fill the annotation.
lineType
Type: Atalasoft.Annotate.WpfWpfFreehandLineType
The line type used to connect the points.
See Also