struct 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 | The left-side frame width. | |
|---|---|---|
| r | The right-side frame width. | |
| t | The top-side frame height. | |
| b | The bottom-side frame height. |
CONFIDENTIAL