C# 클래스 Server.Gumps.GumpHtml

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

공개 메소드들

메소드 설명
AppendTo ( IGumpWriter disp ) : void
Compile ( ) : string
GumpHtml ( int x, int y, int width, int height, string text, bool background, bool scrollbar ) : System

메소드 상세

AppendTo() 공개 메소드

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

Compile() 공개 메소드

public Compile ( ) : string
리턴 string

GumpHtml() 공개 메소드

public GumpHtml ( int x, int y, int width, int height, string text, bool background, bool scrollbar ) : System
x int
y int
width int
height int
text string
background bool
scrollbar bool
리턴 System