nw::ut::Rect::Rect Constructor
Rect(
f32 l,
f32 t,
f32 r,
f32 b
);
| Name | Description | |
|---|---|---|
| in | l | Left coordinate of the rectangle. |
| in | t | Upper coordinate of the rectangle. |
| in | r | Right coordinate of the rectangle. |
| in | b | Lower coordinate of the rectangle. |
Constructor.
CONFIDENTIAL