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

GumpImageTiled() public méthode

public GumpImageTiled ( int x, int y, int width, int height, int gumpID ) : System
x int
y int
width int
height int
gumpID int
Résultat System
		public GumpImageTiled( int x, int y, int width, int height, int gumpID )
		{
			m_X = x;
			m_Y = y;
			m_Width = width;
			m_Height = height;
			m_GumpID = gumpID;
		}