C# 클래스 Server.Gumps.GumpLabelCropped

상속: GumpEntry
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
AppendTo ( IGumpWriter disp ) : void
Compile ( ) : string
GumpLabelCropped ( int x, int y, int width, int height, int hue, string text ) : System

메소드 상세

AppendTo() 공개 메소드

public AppendTo ( IGumpWriter disp ) : void
disp IGumpWriter
리턴 void

Compile() 공개 메소드

public Compile ( ) : string
리턴 string

GumpLabelCropped() 공개 메소드

public GumpLabelCropped ( int x, int y, int width, int height, int hue, string text ) : System
x int
y int
width int
height int
hue int
text string
리턴 System