Click or drag to resize

WpfFreehandAnnotation Constructor (AnnotationBrush, AnnotationPen, WpfFreehandLineType, Boolean)

Creates a new instance of WpfFreehandAnnotation specifying its fill, outline 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 WpfFreehandAnnotation(
	AnnotationBrush fill,
	AnnotationPen outline,
	WpfFreehandLineType lineType,
	bool isClosed
)

Parameters

fill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to fill the freehand when IsClose is true. This can be null (Nothing in VB).
outline
Type: Atalasoft.AnnotateAnnotationPen
The pen used to render the freehand line. This can be null (Nothing in VB).
lineType
Type: Atalasoft.Annotate.WpfWpfFreehandLineType
The line type used to connect the points.
isClosed
Type: SystemBoolean
Indicates whether the freehand will be closed.
See Also