ValveDrawBackGround Method

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

Definition

Namespace: BeeMobile.Valve
Assembly: BeeMobile.Valve.NET48 (in BeeMobile.Valve.NET48.dll) Version: 4.8.0.1
C#
protected override void DrawBackGround(
	Graphics gxBack
)

Parameters

gxBack  Graphics
Off-screen graphics.

See Also