ellipseMode()

Shape / Attributes

Description

Modifies the location from which ellipses are drawn. Default is CENTER.

Syntax

void ellipseMode(int mode)

Parameters

NameTypeDescription
modeintCENTER, RADIUS, CORNER, or CORNERS

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...