FunctionsDrawRectDrawRect CallableDrawRect(Left: number, Top: number, Width: number, Height: number, Color: string): 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