Canvas.flush

Syntax

flush();

Description

The flush method is called after rendering of elements on the canvas to display them.

Example

The example of method use is given on the Example of Creating the Canvas Component page.

See also:

Canvas