C# 클래스 Server.Gumps.GumpHtmlLocalized

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

공개 메소드들

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

메소드 상세

AppendTo() 공개 메소드

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

Compile() 공개 메소드

public Compile ( ) : string
리턴 string

GumpHtmlLocalized() 공개 메소드

public GumpHtmlLocalized ( int x, int y, int width, int height, int number, bool background, bool scrollbar ) : System
x int
y int
width int
height int
number int
background bool
scrollbar bool
리턴 System

GumpHtmlLocalized() 공개 메소드

public GumpHtmlLocalized ( int x, int y, int width, int height, int number, int color, bool background, bool scrollbar ) : System
x int
y int
width int
height int
number int
color int
background bool
scrollbar bool
리턴 System

GumpHtmlLocalized() 공개 메소드

public GumpHtmlLocalized ( int x, int y, int width, int height, int number, string args, int color, bool background, bool scrollbar ) : System
x int
y int
width int
height int
number int
args string
color int
background bool
scrollbar bool
리턴 System