C# Class XnaGUILib.XGLabel

Inheritance: XGControl
显示文件 Open project: GalacticSoft/Azmyth Class Usage Examples

Public Methods

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

Method Details

Draw() public method

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

XGLabel() public method

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

XGLabel() public method

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