Rect.contains

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool contains(ivec2 point)
  2. bool contains(int pointX, int pointY)
    struct Rect
    nothrow @trusted
    bool
    contains
    (
    int pointX
    ,
    int pointY
    )

Meta