method attachTargetSnapshot

bool attachTargetSnapshot(snapshot snapshot);

Argumente

Zurückgegebener Wert

This method will attach the given snapshot to this box. When attached to the box all drawing done in the box is rendered directly to the snapshot passed in.

See the createSnapshot method for an example.