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