IClient.requestResize

Requests a resize of the plugin window, notifying the host.

interface IClient
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 succeeded.

Meta