Rectangle.this

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

Meta