RootPanel.Draw Method

GeonBit.UI

RootPanelDraw Method
Draw this entity and its children.

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 for drawing.
See Also