Skip to content

ElectronBrowserView.setBounds method

ElectronBrowserView › setBounds

Unofficial

Resizes and moves the view to the supplied bounds relative to the window.

Signature:

setBounds(bounds: ElectronRectangle): void

Parameters:

Parameter Type Description
bounds ElectronRectangle The new bounds.

Returns: void