Search
BaseGauge.OnPaintScale Method
See Also
 






Raises the PaintScale event.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 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