C# 클래스 Evbpc.Framework.Xna.Windows.Forms.Label

Represents a Framework.Windows.Forms.Label to be used with a Form.
상속: Framework.Windows.Forms.Label, IDrawableControl
파일 보기 프로젝트 열기: EBrown8534/Framework

공개 메소드들

메소드 설명
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