Function Rect.this

constructs rectangle using left, top, right, bottom coordinates

Prototype

ref this(
  int x0,
  int y0,
  int x1,
  int y1
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0