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

GumpLabel() public méthode

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