C# 클래스 Beyond_Beyaan.BBLabel

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void
GetHeight ( ) : float
GetWidth ( ) : float
Initialize ( int x, int y, string label, Color color, string &reason ) : bool
Initialize ( int x, int y, string label, Color color, string fontName, string &reason ) : bool
MoveTo ( int x, int y ) : void
SetAlignment ( bool isRightAligned ) : void
SetColor ( Color color, Color outline ) : void
SetText ( string text ) : bool
SetText ( string text, string fontName ) : bool

비공개 메소드들

메소드 설명
RefreshText ( string text ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

GetHeight() 공개 메소드

public GetHeight ( ) : float
리턴 float

GetWidth() 공개 메소드

public GetWidth ( ) : float
리턴 float

Initialize() 공개 메소드

public Initialize ( int x, int y, string label, Color color, string &reason ) : bool
x int
y int
label string
color Color
reason string
리턴 bool

Initialize() 공개 메소드

public Initialize ( int x, int y, string label, Color color, string fontName, string &reason ) : bool
x int
y int
label string
color Color
fontName string
reason string
리턴 bool

MoveTo() 공개 메소드

public MoveTo ( int x, int y ) : void
x int
y int
리턴 void

SetAlignment() 공개 메소드

public SetAlignment ( bool isRightAligned ) : void
isRightAligned bool
리턴 void

SetColor() 공개 메소드

public SetColor ( Color color, Color outline ) : void
color Color
outline Color
리턴 void

SetText() 공개 메소드

public SetText ( string text ) : bool
text string
리턴 bool

SetText() 공개 메소드

public SetText ( string text, string fontName ) : bool
text string
fontName string
리턴 bool