const Rect<int>& GetRect() const;
GetRect returns the allocated rectangle to the render target. This is an area in pixels that we should draw to.
This rectangle determines the rendering viewport when the Target is applied to HAL.
The rectangle allocated for the render target.