nw::gfx::Viewport::SetBound Member Function
void SetBound(
const ut::Rect & bound
);
void SetBound(
float x,
float y,
float width,
float height
);
void SetBound(
IRenderTarget * renderTarget
);
| SetBound ( const ut::Rect & ) | Sets the viewport rectangle. |
| SetBound ( float, float, float, float ) | Sets the view rectangle. |
| SetBound ( IRenderTarget * ) | Sets the view rectangle. |
Sets the viewport rectangle.
Sets the view rectangle.
Sets the view rectangle.
CONFIDENTIAL