Search
BaseGauge(T).OnPaintTick Method
See Also
 






Raises the PaintTick event.

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

 Syntax

C#  Copy Code

protected virtual void OnPaintTick (
    CustomPaintEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnPaintTick( _
    e As CustomPaintEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also