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