MCPcopy Create free account
hub / github.com/benfry/processing4 / beginContour

Method beginContour

core/src/processing/core/PGraphics.java:1673–1675  ·  view source on GitHub ↗

Use the beginContour() and endContour() function to create negative shapes within shapes such as the center of the letter "O". beginContour() begins recording vertices for the shape and endContour() stops recording. The vertices that define a negative shape must "wind" in

()

Source from the content-addressed store, hash-verified

1671 * @webBrief Begins recording vertices for the shape
1672 */
1673 public void beginContour() {
1674 showMissingWarning("beginContour");
1675 }
1676
1677
1678 /**

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected