Server.Gumps.GumpLabel.GumpLabel C# (CSharp) Method

GumpLabel() public method

public GumpLabel ( int x, int y, int hue, string text ) : System
x int
y int
hue int
text string
return System
		public GumpLabel( int x, int y, int hue, string text )
		{
			m_X = x;
			m_Y = y;
			m_Hue = hue;
			m_Text = text;
		}