[]
Draw the pointer.
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 pointer to. |
| C1Point | startPoint | The point where the pointer starts. |
| C1Point | endPoint | The point were the pointer ends. |
| C1Color | brush | The brush used to paint the pointer. |