beginContour()
Shape / VertexDescription
Use beginContour() and endContour() to cut out areas within a shape (like holes).
Syntax
void beginContour()
Parameters
None
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...