[]
        
(Showing Draft Content)

C1.Blazor.Gauge.GaugeLabel.Render

Render Method

Render(SvgDrawingContext, string, C1Point, C1Point, C1Color)

Draw the a label.

Declaration
protected virtual void Render(SvgDrawingContext drawingContext, string text, C1Point startPoint, C1Point endPoint, C1Color brush)
Protected Overridable Sub Render(drawingContext As SvgDrawingContext, text As String, startPoint As C1Point, endPoint As C1Point, brush As C1Color)
Parameters
Type Name Description
SvgDrawingContext drawingContext

The context to draw the mark to.

string text

The actual text to draw.

C1Point startPoint

The point where the text starts.

C1Point endPoint

The point were the text ends.

C1Color brush

The brush used to paint the text.