Notice: This is a static archive of the Mobile Processing website, as the project is no longer significantly active. All forms and the Discourse boards are no longer functional, and the mobile website at http://wapmp.at/ is no longer available. Please visit the Mobile Processing Google Group for any remaining discussions and the Processing website for the latest news about Processing.
Index
Name

width

Examples
noStroke();
background(0);
rect(0, 40, width, 20);
rect(0, 60, width/2, 20);

Description System variable which stores the width of the display window.
Syntax
width
Related height