Scratch for Java

Pen::stamp()

Stamps the current sprite onto the canvas. If the sprite is not null, it will stamp either to the foreground or the background based on the value of the isForeground flag.

Syntax

Java

.stamp()

Return

void

stamp()