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