Search
BaseScale.OnRender Method
See Also
 





UIElement.OnRender override.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

protected virtual void OnRender (
    DrawingContext drawingContext
)

Visual Basic  Copy Code

Protected Overridable Sub OnRender( _
    drawingContext As DrawingContext _
)

 Parameters

drawingContext

The drawing instructions for a specific element. This context is provided to the layout system.

 See Also