Rectangle.this

Create a rectangle with the given dimension

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

Meta