nn::util::Rect::MoveTo Member Function

Syntax

void MoveTo(
     f32 x,
     f32 y
);

Arguments

Name Description
in x The x-coordinate at the upper-left corner of the rectangle.
in y The y-coordinate at the upper-left corner of the rectangle.

Return Values

None.

Description

Moves the rectangle's upper-left coordinates.

Revision History

2010/08/23
Initial version.

CONFIDENTIAL