Rect.setSize

Replace the current size.

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

Meta