Server.Gumps.GumpHtmlLocalized.GumpHtmlLocalized C# (CSharp) Méthode

GumpHtmlLocalized() public méthode

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
Résultat System
		public GumpHtmlLocalized( int x, int y, int width, int height, int number, bool background, bool scrollbar )
		{
			m_X = x;
			m_Y = y;
			m_Width = width;
			m_Height = height;
			m_Number = number;
			m_Background = background;
			m_Scrollbar = scrollbar;

			m_Type = GumpHtmlLocalizedType.Plain;
		}

Same methods

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