Rect.this

CTor

  1. this(T x, T y, T width, T height)
  2. this(Vector2!(T) vec, T width, T height)
    struct Rect(T)
    pure nothrow
    this
    (
    ref const Vector2!(T) vec
    ,,)
    if (
    isNumeric!T
    )
  3. this(Rect!U rect)
  4. this(SDL_Rect rect)

Meta