Rectangle.this

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

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

Meta