Komut
noStroke()
Açıklama
Çizim işlemlerinin kontur rengini temizler.
Sözdizimi
Ekranınız .noStroke ()
Parametreler
Yok
İadeler
Hiçbir şey değil
Misal
…
YourScreen.beginDraw();
YourScreen.clear();
YourScreen.noStroke();
YourScreen.fill(255, 255, 0);
YourScreen.rect(0, 0, YourScreen.width(), YourScreen.height());
YourScreen.endDraw();
…
YourScreen.beginDraw();
YourScreen.clear();
YourScreen.noStroke();
YourScreen.fill(255, 255, 0);
YourScreen.rect(0, 0, YourScreen.width(), YourScreen.height());
YourScreen.endDraw();
…
See Also
- begin()
- end()
- width()
- height()
- beginDraw()
- endDraw()
- background()
- clear()
- fill()
- noFill()
- stroke()
- line()
- point()
- rect()
- text()
- textFont()
- textFontWidth()
- textFontHeight()
- set()
- beginText()
- endText()
- textScrollSpeed()