bn::rect_window_top_left_manager class

Manages the position of the top-left corner of a rect_window.

Public static functions

static auto get(rect_window window) -> const fixed_point&
Returns the position of the top-left corner the given rect_window.
static void set(const fixed_point& top_left, rect_window window)
Sets the position of the top-left corner the given rect_window.