Files
processing4/web/reference/API/noStroke.xml
2005-01-27 06:48:42 +00:00

52 lines
706 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<root>
<name>noStroke()</name>
<category>Color</category>
<subcategory>Setting</subcategory>
<usage>Web &amp; Application</usage>
<example>
<image>noStroke_.gif</image>
<code>
noStroke();
rect(30, 20, 55, 55);
</code>
</example>
<description>
Disables drawing the stroke (outline). If both <b>noStroke()</b> and <b>noFill()</b> are called, nothing will be drawn to the screen.
</description>
<syntax>
noStroke()
</syntax>
<parameter>
<label></label>
<description></description>
</parameter>
<returns>None</returns>
<related>
stroke()
</related>
<availability>1.0</availability>
<type>Function</type>
<partof>Core</partof>
</root>