Click or drag to resize

WpfLineAnnotation Constructor (Point, Point, AnnotationPen)

Creates a new instance of WpfLineAnnotation specifying the start point, end point and outline.

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 WpfLineAnnotation(
	Point startPoint,
	Point endPoint,
	AnnotationPen outline
)

Parameters

startPoint
Type: System.WindowsPoint
The start point of the line in annotation space.
endPoint
Type: System.WindowsPoint
The end point of the line in annotation space.
outline
Type: Atalasoft.AnnotateAnnotationPen
The pen used to draw the line.
See Also