C# Класс Server.Gumps.GumpHtmlLocalized

Наследование: GumpEntry
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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