Rectangle.this

  1. this(int left, int top, int right, int bottom)
    struct Rectangle
    pure const nothrow @safe @nogc
    this
    (
    int left
    ,
    int top
    ,
    int right
    ,
    int bottom
    )
  2. this(Point upperLeft, Point lowerRight)
  3. this(Point upperLeft, Size size)
Suggestion Box / Bug Report