method paint

void paint();

Argumente

Zurückgegebener Wert

This method forces a paint to happen on the scene. NOTE: This method should not be used in most cases.
function onSample()
{
    // Force a paint to happen on the scene.
    scene.paint();
}