首页 > 文档 > noFill()不填充
2017
08-08

noFill()不填充

Name

noFill()不填充

   

Examples

noFill()不填充 - 第1张  | Processing编程艺术noFill()不填充 - 第2张  | Processing编程艺术noFill()不填充 - 第3张  | Processing编程艺术

rect(15, 10, 55, 55);

noFill();

rect(30, 20, 55, 55);

Description

Disables filling geometry. If both noStroke() and noFill() are called, nothing will be drawn to the screen.

禁用填充几何。如果调用了 noStroke () noFill (), 则不会绘制到屏幕上。

Syntax

noFill()

Returns

void

Related

fill()
stroke()
noStroke()



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

留下一个回复

你的email不会被公开。