Rect.contains

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool contains(int c_x, int c_y)
  2. bool contains(Point pos)
  3. bool contains(Rect r)
    struct Rect
    const pure nothrow
    bool
    contains
  4. int x;
  5. int y;
  6. int width;
  7. int height;

Meta