Rectangle.contains

Returns true if this rectangle entirely contains the other

  1. bool contains(Rectangle r)
    struct Rectangle
    pure const nothrow @safe @nogc
    bool
    contains
  2. bool contains(Point p)
Suggestion Box / Bug Report