Komut
point()
Açıklama
Bir noktayı konturlar, kontur () içinde ayarlanan kontur rengini kullanır.
Sözdizimi
Ekranınız .point (x, y)
Parametreler
- x: x noktanın konumu
- noktanın y: y konumu
İadeler
Hiçbir şey değil
Misal
…
YourScreen.beginDraw();
YourScreen.clear();
YourScreen.stroke(0, 255, 0);
YourScreen.point(1, 1);
YourScreen.endDraw();
…
YourScreen.beginDraw();
YourScreen.clear();
YourScreen.stroke(0, 255, 0);
YourScreen.point(1, 1);
YourScreen.endDraw();
…
See Also
- begin()
- end()
- width()
- height()
- beginDraw()
- endDraw()
- background()
- clear()
- fill()
- noFill()
- stroke()
- noStroke()
- line()
- rect()
- text()
- textFont()
- textFontWidth()
- textFontHeight()
- set()
- beginText()
- endText()
- textScrollSpeed()