-
-
Notifications
You must be signed in to change notification settings - Fork 4
height
villares edited this page May 24, 2020
·
4 revisions
noStroke();
background(0);
rect(40, 0, 20, height);
rect(60, 0, 20, height/2);
A variável de sistema height
armazena a altura da tela de visualização. Este valor
é atribuído através do segundo parâmetro da
função size()
. Por exemplo, a chamada de função size(320,240)
atribui a variável height
o valor de 240. O valor de height
é zero até que size()
seja chamada.
height
Web & Applicações
width (largura)
A referência de Processing está sob a licença Creative Commons BY-NC conforme indicado aqui. Esta Wiki-tradução é baseada na tradução e adaptação para o Português do Brasil do professor Luiz Ernesto Merkle