shapeMode()
Shape / Loading & DisplayingDescription
Modifies the location from which shapes are drawn. Default is CORNER.
Syntax
void shapeMode(int mode)
Parameters
| Name | Type | Description |
|---|---|---|
| mode | int | CORNER, CORNERS, or CENTER |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...