DrawRect CallableDrawRect(Left, Top, Width, Height, Color): voidDraws a basic rectangle filled with a given colorParametersLeft: numberPosition of the rectangle from the left of the canvasTop: numberPosition of the rectangle from the top of the canvasWidth: numberWidth of the rectangleHeight: numberHeight of the rectangleColor: stringColor of the rectangleReturns voidNothing
Draws a basic rectangle filled with a given color