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