COPY BITMAP
This command will copy the contents of one bitmap into another bitmap providing the destination bitmap is not smaller than the first. The command requires at least a source and destination bitmap. You can optionally specify a source area to be copied from and a destination area to be copied to within each bitmap. If the size of the two areas differ, the source data will be rescaled to fit in the destination area. The parameters should be specified using integer values.
SYNTAX
COPY BITMAP From-Bitmap, To-Bitmap
COPY BITMAP From-Bitmap, Left, Top, Right, Bottom, To-Bitmap, Left, Top, Right, Bottom
RELATED INFO
Bitmap Commands
Glossary
EXAMPLE
Bitmap Editing