Rect.this

constructs rectangle using two points - (left, top), (right, bottom) coordinates

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

Meta