Rectangle.this

Create a rectangle with a given top left and a given size

  1. this(float x, float y, float width, float height)
  2. this(float width, float height)
  3. this(Vector top, Vector dimension)
    struct Rectangle
    @nogc nothrow pure
    this

Meta