Click or drag to resize

WpfAnnotationRenderingEngineTCreateLineCapGeometry Method

Creates the line cap geometry.

Namespace:  Atalasoft.Annotate.Wpf.Renderer
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Geometry CreateLineCapGeometry(
	Point startingPoint,
	Point endingPoint,
	AnnotationLineCap lineCap,
	AnnotationPen pen
)

Parameters

startingPoint
Type: System.WindowsPoint
The starting point.
endingPoint
Type: System.WindowsPoint
The ending point.
lineCap
Type: Atalasoft.AnnotateAnnotationLineCap
The line cap.
pen
Type: Atalasoft.AnnotateAnnotationPen
The pen.

Return Value

Type: Geometry
See Also