Click or drag to resize
GeonBitMainDraw Method
Draw everything. Note: need to be called after clearing the device.

Namespace:  GeonBit
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Draw(
	bool clearBuffer = true
)

Parameters

clearBuffer (Optional)
Type: SystemBoolean
If true, will also clear buffer.
See Also