Rect.contains

Checks whether this Rect contains the given coordinates.

  1. bool contains(Vector2i vec)
    struct Rect
    @nogc const pure nothrow
    bool
    contains
    ()
  2. bool contains(int x, int y)

Meta