Rect.location

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Point location()
  2. void location(Point pt)
    struct Rect
    pure nothrow @property
    void
    location
  3. int x;
  4. int y;
  5. int width;
  6. int height;

Meta