Rectangle.this

Create a rectangle at 0, 0 with 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)
    struct Rectangle
    @nogc nothrow pure
    this
    (
    in float width
    ,
    in float height
    )
  3. this(in Vector top, in Vector dimension)

Meta