IHostCommand.requestResize

Requests to the host a resize of the plugin window's PARENT window, given logical pixels of plugin window.

Note: UI widgets and plugin format clients have different coordinate systems.

interface IHostCommand
nothrow @nogc
bool
requestResize

Parameters

widthLogicalPixels int

New width of the plugin, in logical pixels.

heightLogicalPixels int

New height of the plugin, in logical pixels.

Return Value

Type: bool

true if the host parent window has been resized.

Meta