nn::util::Rect::Rect Constructor
Rect(
f32 l,
f32 t,
f32 r,
f32 b
);
| Name | Description | |
|---|---|---|
| in | l | The rectangle's left coordinate. |
| in | t | The rectangle's top coordinate. |
| in | r | The rectangle's right coordinate. |
| in | b | The rectangle's bottom coordinate. |
Constructor.
CONFIDENTIAL