Search
BaseGauge(T).OnPaintScale Method
See Also
 






Raises the PaintScale event.

Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms

 Syntax

C#  Copy Code

protected virtual void OnPaintScale (
    CustomPaintEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnPaintScale( _
    e As CustomPaintEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also