Set

nn::gd::CTR::Viewport::Set Member Function

Syntax

void Set(
     u32 x,
     u32 y,
     u32 width,
     u32 height
);

Parameters

Name Description
in x Specifies the X coordinate of the lower left corner of the screen.
in y Specifies the Y coordinate of the lower left corner of the screen.
in width Specifies the viewport width.
in height Specifies the viewport height.

Return Values

None.

Description

Sets using argument values.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL