Rectangle.this

  1. this(int left, int top, int right, int bottom)
    struct Rectangle
    pure const nothrow @safe
    this
    (
    int left
    ,
    int top
    ,
    int right
    ,
    int bottom
    )
  2. this(in Point upperLeft, in Point lowerRight)
  3. this(in Point upperLeft, in Size size)

Meta