width Environment Web & Application width.gif noStroke(); background(0); rect(0, 40, width, 20); rect(0, 60, width/2, 20); System variable which stores the width of the display window. This value is set by the first parameter of the size() function. For example, the function call size(320, 240) sets the width variable to the value 320. The value of width is zero until size() is called. width height 1.0 System variable Core