Rectangle.this

Undocumented in source.
  1. this(T left, T bottom, S width, S height)
    struct Rectangle(T = float, S = int)
    this
    (
    in T left
    ,
    in T bottom
    ,
    in S width
    ,
    in S height
    )
  2. this(T left, T bottom, Size!S size)
  3. this(Vector!(T, 2) position, Size!S size)
  4. T left;
  5. T right;
  6. T bottom;
  7. T top;

Meta