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
Afficher le fichier Open project: EBrown8534/Framework

Méthodes publiques

Méthode 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 méthode

public IDrawableControl ( SpriteBatch s, Framework initialLocation ) : void
s Microsoft.Xna.Framework.Graphics.SpriteBatch
initialLocation Framework
Résultat void

Label() public méthode

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 .
Résultat Evbpc.Framework.Drawing

Label() public méthode

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
Résultat Evbpc.Framework.Drawing