Rect.setSize

Replace the current size.

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

Meta