388 Appendix A Command Reference
IMGB IMaGe editing Begin
Class Image editor control
Description Marks the beginning of an image editing session.
Command syntax IMGB
Other required
commands Use either an IMGL command to load an existing image or an IMGN command to create a
new image. Use IMGE when ending the editing session.
Example
IMGN // Initialize image edit buffer
IMGB // Start image editing session
// One or more image editing
// commands ...
IMGE // End image editing session