Rectangle.this

Create a rectangle at 0, 0 with a given size

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

Meta