Rectangle.this

Create a rectangle.Rectangle boxed type.

  1. this(double x, double y, double width, double height)
    class Rectangle
    this
    (
    double x = 0.0
    ,
    double y = 0.0
    ,
    double width = 0.0
    ,
    double height = 0.0
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

x double

X coordinate of the left side of the rectangle

y double

Y coordinate of the top side of the rectangle

width double

width of the rectangle

height double

height of the rectangle