C# Class Evbpc.Framework.Xna.Windows.Forms.Label

Represents a Framework.Windows.Forms.Label to be used with a Form.
Inheritance: Framework.Windows.Forms.Label, IDrawableControl
显示文件 Open project: EBrown8534/Framework

Public Methods

Method Description
IDrawableControl ( SpriteBatch s, Framework initialLocation ) : void
Label ( SpriteFont font, string name ) : Evbpc.Framework.Drawing

Constructs a new Label with the specified Control.Name.

Label ( SpriteFont font, string name, string text ) : Evbpc.Framework.Drawing

Constructs a new Label with the specified Control.Name.

Method Details

IDrawableControl() public method

public IDrawableControl ( SpriteBatch s, Framework initialLocation ) : void
s Microsoft.Xna.Framework.Graphics.SpriteBatch
initialLocation Framework
return void

Label() public method

Constructs a new Label with the specified Control.Name.
public Label ( SpriteFont font, string name ) : Evbpc.Framework.Drawing
font Microsoft.Xna.Framework.Graphics.SpriteFont The .
name string The .
return Evbpc.Framework.Drawing

Label() public method

Constructs a new Label with the specified Control.Name.
public Label ( SpriteFont font, string name, string text ) : Evbpc.Framework.Drawing
font Microsoft.Xna.Framework.Graphics.SpriteFont The .
name string The .
text string The
return Evbpc.Framework.Drawing