[]
        
(Showing Draft Content)

C1.Blazor.Gauge.GaugeMark.Render

Render Method

Render(SvgDrawingContext, C1Point, C1Point, C1Color)

Draw the mark.

Declaration
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)
Parameters
Type Name Description
SvgDrawingContext drawingContext

The context to draw the mark to.

C1Point startPoint

The point where the mark starts.

C1Point endPoint

The point were the mark ends.

C1Color brush

The brush used to paint the mark.