pub fn load_window_parameters(window_name: &str) -> Result<()>
Expand description

Loads parameters of the specified window.

The function loadWindowParameters loads size, location, flags, trackbars value, zoom and panning location of the window windowName.

Parameters

  • windowName: Name of the window.