bn::rect_window_bottom_right_manager class

Manages the position of the bottom-right corner of a rect_window.

Public static functions

static auto get(rect_window window) -> const fixed_point&
Returns the position of the bottom-right corner the given rect_window.
static void set(const fixed_point& bottom_right, rect_window window)
Sets the position of the bottom-right corner the given rect_window.