Name | rect() |
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Examples | rect(30, 20, 55, 55); |
||||||||||||||||||
Description | Draws a rectangle to the screen. A rectangle is a four-sided shape with every angle at ninety degrees. The first two parameters set the location, the third sets the width, and the fourth sets the height. The origin is changed with the rectMode() function. | ||||||||||||||||||
Syntax | rect(x, y, width, height) rect(x, y, width, height, radius) rect(x, y, width, height, tlradius, trradius, brradius, blradius) |
||||||||||||||||||
Parameters |
|
||||||||||||||||||
Usage | Web & Application | ||||||||||||||||||
Related |
rectMode() quad() |