C# Class XnaGUILib.XGTabControl

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

Public Methods

Method Description
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGTabControl ( Rectangle rect ) : System

Private Methods

Method Description
Activate ( Point point ) : bool
GetPageRect ( XGTabPage tabPage ) : Rectangle
GetTabRect ( XGTabPage tabPage ) : Rectangle

Method Details

Draw() public method

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

Update() public method

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

XGTabControl() public method

public XGTabControl ( Rectangle rect ) : System
rect Microsoft.Xna.Framework.Rectangle
return System