push()

Structure

Description

Saves the current drawing style settings and transformations. Use pop() to restore.

Syntax

void push()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...