Rectangle
class Rectangle
Base class
Methods
__construct(int $width, int $height, array $pos = array(0, 0), int $borderSize = 1, Color|string|null $borderColor = '#000000', Color|string|null $fillColor = '#FFFFFF')
Creates a rectangle.
int
getWidth()
No description
int
getHeight()
No description
array
getPos()
No description
int
getBorderSize()
No description
getFillColor()
No description
getBorderColor()
No description
Details
at line line 55
__construct(int $width, int $height, array $pos = array(0, 0), int $borderSize = 1, Color|string|null $borderColor = '#000000', Color|string|null $fillColor = '#FFFFFF')
Creates a rectangle.