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

GumpAlphaRegion() public méthode

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