ProgressBarDraw Method

Override this method to draw on Offsreen graphics.

Definition

Namespace: BeeMobile.ProgressBar
Assembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
C#
protected override void Draw(
	Graphics gxOff
)

Parameters

gxOff  Graphics
Offsreen graphics.

See Also