Rectangle.this

  1. this(int x, int y, int width, int height)
  2. this(void* ptr, Flag!"Take" take)
    class Rectangle
    this
    (
    void* ptr
    ,
    Flag!"Take" take = No.Take
    )