Window.setMaximumSize

Set the maximum Size of the Window

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

Meta