IGraphics.getDesiredGUISize

Get the desired plugin UI size in logical pixels. Basically while a plugin is resized, its desired UI size might not match the "current" plugin size. We makes this super rare, and only to fix resize problems. Typically used when the host want to resize a window itself. FUTURE: deemphasize getGUISize vs getDesiredGUISize.

interface IGraphics
nothrow @nogc abstract
void
getDesiredGUISize

Meta