[]
        
(Showing Draft Content)

C1.WPF.Gauge.GaugeMark.Render

Render Method

Render(DrawingContext, Point, Point, Brush)

Draw the mark.

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 mark to.

Point startPoint

The point where the mark starts.

Point endPoint

The point were the mark ends.

Brush brush

The brush used to paint the mark.