push()
StructureDescription
Saves the current drawing style settings and transformations. Use pop() to restore.
Syntax
void push()
Parameters
None
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...
Saves the current drawing style settings and transformations. Use pop() to restore.
None
Implementation in Processing.h / Processing.cpp: