nw::gfx::Viewport::SetBound Member Function

Syntax

void SetBound(
     const ut::Rect & bound
);
void SetBound(
     float x,
     float y,
     float width,
     float height
);
void SetBound(
     IRenderTarget * renderTarget
);

List of Overloaded Member Functions

SetBound ( const ut::Rect & ) Sets the viewport rectangle.
SetBound ( float, float, float, float ) Sets the view rectangle.
SetBound ( IRenderTarget * ) Sets the view rectangle.

Description of SetBound ( const ut::Rect & )

Sets the viewport rectangle.

Description of SetBound ( float, float, float, float )

Sets the view rectangle.

Description of SetBound ( IRenderTarget * )

Sets the view rectangle.


CONFIDENTIAL