redraw()

Structure

Description

Executes the code within draw() one time.

Syntax

void redraw()

Parameters

None

Returns

void

Related

Under the Hood

From Processing.h:

void redraw();

Under the Hood

From Processing.cpp:

void PApplet::redraw(){redrawOnce=true;}