nn::util::Rect::MoveTo Member Function
void MoveTo(
f32 x,
f32 y
);
| 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. |
Moves the rectangle's upper-left coordinates.
CONFIDENTIAL