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

GumpLabelCropped() public méthode

public GumpLabelCropped ( int x, int y, int width, int height, int hue, string text ) : System
x int
y int
width int
height int
hue int
text string
Résultat System
		public GumpLabelCropped( int x, int y, int width, int height, int hue, string text )
		{
			m_X = x;
			m_Y = y;
			m_Width = width;
			m_Height = height;
			m_Hue = hue;
			m_Text = text;
		}