GaugeDrawBackGround Method

Override this method to draw background on Off-screen graphics.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
protected override void DrawBackGround(
	Graphics gr
)

Parameters

gr  Graphics
Off-screen graphics.

See Also