C# Class XnaGUILib.XGLabel

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

Méthodes publiques

Méthode Description
Draw ( float frameTime ) : void
XGLabel ( Rectangle rect, string text ) : System
XGLabel ( Rectangle rect, string text, GUIAlignment alignment ) : System

Method Details

Draw() public méthode

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

XGLabel() public méthode

public XGLabel ( Rectangle rect, string text ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
Résultat System

XGLabel() public méthode

public XGLabel ( Rectangle rect, string text, GUIAlignment alignment ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
alignment GUIAlignment
Résultat System