nw::lyt::WindowFrameSize Structurestruct WindowFrameSize
{
ut::ResF32 l;
ut::ResF32 r;
ut::ResF32 t;
ut::ResF32 b;
};
The structure that holds the size of the window pane's frame.
| l | ut::ResF32 | The left-side frame width. | |
|---|---|---|---|
| r | ut::ResF32 | The right-side frame width. | |
| t | ut::ResF32 | The top-side frame height. | |
| b | ut::ResF32 | The bottom-side frame height. |
CONFIDENTIAL