[]
        
(Showing Draft Content)

C1.WPF.Gauge.GaugePointer.Render

Render Method

Render(DrawingContext, Point, Point, Brush)

Draw the pointer.

Declaration
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)
Parameters
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.