nn::util::Rect::SetOriginAndSize Member Function
void SetOriginAndSize(
f32 x,
f32 y,
f32 width,
f32 height
);
| 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. |
Sets the origin and size.
CONFIDENTIAL