The title is fairly self-explanatory, but I'll reiterate: What would be a good variable name for a rectangle that describes an objects position and size.
EDIT - The object is a paddle for a Pong-like game, and there is already a rectangle named 'bounds' to restrict where the paddle can be moved to.
I ended up going with 'bounds' for the paddles position and size, and 'movableArea' to restricted where the paddle can be moved.