nn::util::Rect::Move Member Function
void Move(
f32 dx,
f32 dy
);
| Name | Description | |
|---|---|---|
| in | dx | The distance to move the rectangle along the x-axis. |
| in | dy | The distance to move the rectangle along the y-axis. |
Moves (translates) a rectangle.
CONFIDENTIAL