a port of the Processing Visualization Language
Name

height

Examples
example pic
noStroke();

background(0);

rect(40, 0, 20, height);

rect(60, 0, 20, height/2);
Description System variable which stores the height of the display window. This value is set by the second parameter of the size() function. For example, the function call size(320, 240) sets the height variable to the value 240. The value of height is zero until size() is called.
Usage Web & Application
Related width

This reference is licensed under the CC BY-NC-SA 2.0 license:

Creative Commons License
Fork me on GitHub