C# Class XnaGUILib.XGTabControl

Inheritance: XGControl
Afficher le fichier Open project: GalacticSoft/Azmyth Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGTabControl ( Rectangle rect ) : System

Private Methods

Méthode Description
Activate ( Point point ) : bool
GetPageRect ( XGTabPage tabPage ) : Rectangle
GetTabRect ( XGTabPage tabPage ) : Rectangle

Method Details

Draw() public méthode

public Draw ( float frameTime ) : void
frameTime float
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

XGTabControl() public méthode

public XGTabControl ( Rectangle rect ) : System
rect Microsoft.Xna.Framework.Rectangle
Résultat System