klyn.gui.windows.Window.syncContentZoomSize
method
public native syncContentZoomSize(zoom as Double, reset as Boolean = false) as Void
Description

Synchronizes the native client size with the current content zoom.

Application code normally calls adjustContentZoom() or resetContentZoom() instead of this lower-level hook.

win.syncContentZoomSize(ThemeManager.contentZoom, false)