RenderTarget::GetRect

RenderTarget::GetRect
const Rect<int>& GetRect() const;
Description

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.

Return Value

The rectangle allocated for the render target.