Terraria.World.Generation.Shapes.Rectangle.Rectangle C# (CSharp) Méthode

Rectangle() public méthode

public Rectangle ( int width, int height ) : Microsoft.Xna.Framework
width int
height int
Résultat Microsoft.Xna.Framework
            public Rectangle(int width, int height)
            {
                this._width = width;
                this._height = height;
            }
Shapes.Rectangle