public __construct ( integer $width, integer $height, array $pos, integer $borderSize = 1, Color | string | null $borderColor = '#000000', Color | string | null $fillColor = '#FFFFFF' ) |
$width |
integer |
Width of ellipse in pixels. |
$height |
integer |
Height of ellipse in pixels. |
$pos |
array |
Array containing int X and int Y position of the ellipse from top left of the canvass. |
$borderSize |
integer |
Size of the border in pixels. Defaults to 1 pixel. Set to 0 for no border. |
$borderColor |
Grafika\Color | string | null |
Border color. Defaults to black. Set to null for no color. |
$fillColor |
Grafika\Color | string | null |
Fill color. Defaults to white. Set to null for no color. |