nn::gr::CTR::Scissor::Set Member Function

Syntax

void Set(
     s32 x_,
     s32 y_,
     u32 width_,
     u32 height_
);

Arguments

Name Description
in x_ The lower left x value in the scissor area.
in y_ The lower left y value in the scissor area.
in width_ The scissor area width.
in height_ The scissor area height.

Return Values

None.

Description

Convenient function for specifying the scissor area all at once.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL