IGraphics.getNearestValidSize

Used by VST3.

interface IGraphics
nothrow @nogc abstract
void
getNearestValidSize

Return Value

Type: void

Nearest, valid size in logical pixels, given an input size in logical pixels. This should work even if the UI is closed. Hack: Used by FLP format to find minimum and maximum size of window in logical pixels.

Meta