AnnotationRenderingEngineRenderLineCap Method (PointF, PointF, AnnotationLineCap, AnnotationBrush, AnnotationPen, RenderEnvironment) |
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
)
Protected Overridable Sub RenderLineCap (
startingPoint As PointF,
endingPoint As PointF,
lineCap As AnnotationLineCap,
fill As AnnotationBrush,
pen As AnnotationPen,
e As RenderEnvironment
)
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