首页 > 文档 > noStroke()禁用描边
2017
08-08

noStroke()禁用描边

Name

noStroke()禁用描边

   

Examples

noStroke()禁用描边 - 第1张  | Processing编程艺术noStroke()禁用描边 - 第2张  | Processing编程艺术noStroke()禁用描边 - 第3张  | Processing编程艺术

noStroke();

rect(30, 20, 55, 55);

Description

Disables drawing the stroke (outline). If both noStroke() and noFill() are called, nothing will be drawn to the screen.

禁用绘制描边 (轮廓)。如果调用了 noStroke () noFill (), 则不会绘制到屏幕上。

Syntax

noStroke()

Returns

void

Related

stroke()
fill()
noFill()



最后编辑:
作者:卡萨布兰卡
这个作者貌似有点懒,什么都没有留下。

留下一个回复

你的email不会被公开。