[]
Draw the a label.
protected virtual void Render(SvgDrawingContext drawingContext, string text, C1Point startPoint, C1Point endPoint, C1Color brush)
Protected Overridable Sub Render(drawingContext As SvgDrawingContext, text As String, startPoint As C1Point, endPoint As C1Point, brush As C1Color)
| Type | Name | Description |
|---|---|---|
| SvgDrawingContext | drawingContext | The context to draw the mark to. |
| string | text | The actual text to draw. |
| C1Point | startPoint | The point where the text starts. |
| C1Point | endPoint | The point were the text ends. |
| C1Color | brush | The brush used to paint the text. |