set_zoom_level


Description:

public void set_zoom_level (uint zoom)

Requests a constant scaling factor to be applied to the remote desktop.

The zoom value is a percentage in the range 10-400.

If scaling mode is not active, then this results in the remote desktop always being rendered at the requested zoom level.

If scaling mode is active, then the remote desktop will be scaled to fit the widget regardless of the zoom level.

In both cases, when the remote desktop size changes, the widget preferred size will reflect the zoom level.

Parameters:

this

the VNC display widget

zoom

the zoom percentage level