Rect.setSize

Replace the current size.

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

Meta