Click or drag to resize
PanelBaseDraw Method
Draw this panel.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void Draw(
	SpriteBatch spriteBatch
)

Parameters

spriteBatch
Type: SpriteBatch
Spritebatch to use when drawing this panel.
See Also