Click or drag to resize

AnnotationRenderingEngineRenderLineCap Method (PointF, PointF, AnnotationLineCap, AnnotationPen, RenderEnvironment)

Renders an AnnotationLineCap without a fill.

Namespace:  Atalasoft.Annotate.Renderer
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void RenderLineCap(
	PointF startingPoint,
	PointF endingPoint,
	AnnotationLineCap lineCap,
	AnnotationPen pen,
	RenderEnvironment e
)

Parameters

startingPoint
Type: System.DrawingPointF
The starting point of the line.
endingPoint
Type: System.DrawingPointF
The ending point of the line. The line cap will be rendered at this point.
lineCap
Type: Atalasoft.AnnotateAnnotationLineCap
The AnnotationLineCap to render.
pen
Type: Atalasoft.AnnotateAnnotationPen
The AnnotationPen for this line cap.
e
Type: Atalasoft.Annotate.RendererRenderEnvironment
The RenderEnvironment used to render the line cap.
Remarks
The startingPoint and endingPoint arguments are used to determine the angle to apply when rendering.
See Also