Popup.popupCenteredMinsize

Popup (show the control in modal form) in the center of the screen relative to the current canvas transform, ensuring the size is never smaller than minsize.

struct Popup
@nogc nothrow
void
popupCenteredMinsize
(
in Vector2 minsize = Vector2(0, 0)
)

Meta