Rect.inflate

Construct a new Rect from left, top, right and bottom values.

  1. void inflate(int i_width, int i_height)
  2. void inflate(Size insz)
    struct Rect
    pure nothrow
    void
    inflate
  3. int x;
  4. int y;
  5. int width;
  6. int height;

Meta