Window.setMaximumSize

Set the maximum Size of the Window

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

Meta