C# Class XnaGUILib.XGTextBox

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetFocus ( ) : void

Private Methods

Méthode Description
DeleteChar ( ) : void
InsertString ( string c ) : void
TextLeftOfIndex ( ) : string

Method Details

Draw() public méthode

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

GetFocus() protected méthode

protected GetFocus ( ) : void
Résultat void

Update() public méthode

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

XGTextBox() public méthode

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