C# 클래스 XnaGUILib.XGLabel

상속: XGControl
파일 보기 프로젝트 열기: GalacticSoft/Azmyth 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( float frameTime ) : void
XGLabel ( Rectangle rect, string text ) : System
XGLabel ( Rectangle rect, string text, GUIAlignment alignment ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( float frameTime ) : void
frameTime float
리턴 void

XGLabel() 공개 메소드

public XGLabel ( Rectangle rect, string text ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
리턴 System

XGLabel() 공개 메소드

public XGLabel ( Rectangle rect, string text, GUIAlignment alignment ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
alignment GUIAlignment
리턴 System