Circle.draw()
Draw this circle onto a canvas
Parameters
Name | Type | Description | |
---|---|---|---|
1 | context | CanvasRenderingContext2D | |
2 | fillColor | string | |
3 | strokeColor | string | |
4 | strokeWidth | number |
Return value
void
Usage
Draw this circle onto a canvas
Name | Type | Description | |
---|---|---|---|
1 | context | CanvasRenderingContext2D | |
2 | fillColor | string | |
3 | strokeColor | string | |
4 | strokeWidth | number |
void