Window.setMaximumSize

Set the maximum Size of the Window

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

Meta