DrawUtils.StartDraw Method

GeonBit.UI

DrawUtilsStartDraw Method
Start drawing on a given SpriteBatch.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void StartDraw(
	SpriteBatch spriteBatch,
	bool isDisabled
)

Parameters

spriteBatch
Type: SpriteBatch
SpriteBatch to draw on.
isDisabled
Type: SystemBoolean
If true, will use the greyscale 'disabled' effect.
See Also