public void SetWindowPosition(AbstractWindow window) { SetWindowPosition(window.GetWindowId(), window.GetX(), window.GetY()); }
public Pair <int, int> GetWindowPosition(AbstractWindow window) { return(GetWindowPosition(window.GetWindowId())); }
public Pair <int, int> GetWindowPosition(AbstractWindow window) { return(currentGaugeSet.GetWindowPosition(window.GetWindowId())); }
public Pair<int, int> GetWindowPosition(AbstractWindow window) { return GetWindowPosition(window.GetWindowId()); }