Rect.this

Construct a new Rect.

  1. this(int x, int y, int width, int height)
    struct Rect
    pure nothrow
    this
    (
    int x
    ,
    int y
    ,
    int width
    ,
    int height
    )
  2. this(Point location, Size size)
  3. this(RECT* rect)
  4. int x;
  5. int y;
  6. int width;
  7. int height;

Meta