Rectangle
class Rectangle extends Rectangle implements DrawingObjectInterface
Class Rectangle
Methods
__construct(int $width, int $height, array $pos, int $borderSize, Color|null $borderColor, Color|null $fillColor)
Creates a rectangle.
from Rectangle
Details
in Rectangle at line line 54
__construct(int $width, int $height, array $pos, int $borderSize, Color|null $borderColor, Color|null $fillColor)
Creates a rectangle.