IUIContext.isUIResizable

interface IUIContext
nothrow @nogc
bool
isUIResizable
()

Return Value

Type: bool

true if the UI can accomodate several size in _logical_ space. (be it by resizing the user area, or rescaling it). Technically all sizes are supported with black borders or cropping in logical space, but they don't have to be encouraged if the plugin declares no support for it.

Meta