Rectangle.draw()

Draw this circle onto a canvas

Parameters

NameTypeDescription
1contextCanvasRenderingContext2D
2fillColorstring
3strokeColorstring
4strokeWidthnumber

Return value

void

Usage