C# Class XnaGUILib.XGTabPage

Inheritance: XGControl
Exibir arquivo Open project: GalacticSoft/Azmyth Class Usage Examples

Public Methods

Method Description
Draw ( float frameTime ) : void
ToScreen ( Rectangle rect ) : Rectangle
Update ( GameTime gameTime ) : void
XGTabPage ( Rectangle rect, string text ) : System

Private Methods

Method Description
Activate ( Point point ) : bool

Method Details

Draw() public method

public Draw ( float frameTime ) : void
frameTime float
return void

ToScreen() public method

public ToScreen ( Rectangle rect ) : Rectangle
rect Microsoft.Xna.Framework.Rectangle
return Microsoft.Xna.Framework.Rectangle

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

XGTabPage() public method

public XGTabPage ( Rectangle rect, string text ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
return System