MiningGameServer.Shapes.ShapeAABB.ToRectangle C# (CSharp) Method

ToRectangle() public method

public ToRectangle ( ) : Rectangle
return Microsoft.Xna.Framework.Rectangle
        public Rectangle ToRectangle()
        {
            return new Rectangle(Left, Top, Width, Height);
        }