Click or drag to resize

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

Renders an AnnotationLineCap with 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,
	AnnotationBrush fill,
	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.
fill
Type: Atalasoft.AnnotateAnnotationBrush
The AnnotationBrush used to fill the line cap.
pen
Type: Atalasoft.AnnotateAnnotationPen
The AnnotationPen for this line cap.
e
Type: Atalasoft.Annotate.RendererRenderEnvironment
The RenderEnvironment used to render the line cap.
See Also