Rect.this

constructs rectangle using left, top, right, bottom coordinates

struct Rect
this
(
int x0
,
int y0
,
int x1
,
int y1
)

Meta