Rect.this

constructs rectangle using left, top, right, bottom coordinates

  1. this(int x0, int y0, int x1, int y1)
    struct Rect
    @safe @nogc nothrow
    this
    (
    int x0
    ,
    int y0
    ,
    int x1
    ,
    int y1
    )
  2. this(Point pt0, Point pt1)

Meta