nn::util::Rect::SetOriginAndSize Member Function

Syntax

void SetOriginAndSize(
     f32 x,
     f32 y,
     f32 width,
     f32 height
);

Arguments

Name Description
in x The x-coordinate of the rectangle's origin.
in y The y-coordinate of the rectangle's origin.
in width The rectangle's width.
in height The rectangle's height.

Return Values

None.

Description

Sets the origin and size.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL