beginContour()

Shape / Vertex

Description

Use beginContour() and endContour() to cut out areas within a shape (like holes).

Syntax

void beginContour()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...