AStarCollisionMap.QuadTree.Quad.GetDrawRectangle C# (CSharp) Method

GetDrawRectangle() public method

public GetDrawRectangle ( ) : Rectangle
return Microsoft.Xna.Framework.Rectangle
        public Rectangle GetDrawRectangle()
        {
            return new Rectangle((int)(this.rectangle.X - this.tree.drawOffset.X), (int)(this.rectangle.Y - this.tree.drawOffset.Y),
                this.rectangle.Width, this.rectangle.Height);
        }