Window.setMaximumSize

Set the maximum Size of the Window

  1. void setMaximumSize(uint width, uint height)
  2. void setMaximumSize(const Size size)
    struct Window
    @nogc
    void
    setMaximumSize
    nothrow
    (
    const Size size
    )

Meta