Komut
height()
Açıklama
Grafik aygıtının piksel yüksekliğini döndürür.
Sözdizimi
Ekranınız .height ()
Parametreler
Yok
İadeler
Grafik aygıtının piksel yüksekliğini döndürür.
Misal
…
int h = YourScreen.height();
…
int h = YourScreen.height();
…
See Also
- begin()
- end()
- width()
- beginDraw()
- endDraw()
- background()
- clear()
- fill()
- noFill()
- stroke()
- noStroke()
- line()
- point()
- rect()
- text()
- textFont()
- textFontWidth()
- textFontHeight()
- set()
- beginText()
- endText()
- textScrollSpeed()