endContour()
Shape / VertexDescription
The companion to beginContour().
Syntax
void endContour()
Parameters
None
Returns
voidRelated
Under the Hood
From Processing.h:
void endContour();
Under the Hood
From Processing.cpp:
void PApplet::endContour() {inContour=false;}