Window.setSize

Set a new size to this window

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

Meta