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