[]
        
(Showing Draft Content)

C1.WPF.Gauge.GaugeLabel.Render

Render Method

Render(DrawingContext, string, Point, Point, Brush)

Draw the a label.

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