Window.setSize

Set a new size to this window

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

Meta