Rect.contains

Checks whether this Rect contains the given coordinates.

  1. bool contains(Vector2!(T) vec)
  2. bool contains(T x, T y)
    struct Rect(T)
    const pure nothrow
    bool
    contains
    (
    T x
    ,
    T y
    )
    if (
    isNumeric!T
    )

Meta