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