C# Класс Evbpc.Framework.Xna.Windows.Forms.Label

Represents a Framework.Windows.Forms.Label to be used with a Form.
Наследование: Framework.Windows.Forms.Label, IDrawableControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

IDrawableControl() публичный Метод

public IDrawableControl ( SpriteBatch s, Framework initialLocation ) : void
s Microsoft.Xna.Framework.Graphics.SpriteBatch
initialLocation Framework
Результат void

Label() публичный Метод

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 .
Результат Evbpc.Framework.Drawing

Label() публичный Метод

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
Результат Evbpc.Framework.Drawing