Video Test Generator User Guide 427
MAPB bitMAP editing Begin
Class Bitmap editor control
Description Marks the beginning of a bitmap editing session.
Command syntax MAPB
Other required
commands Use either an MAPL command to load an existing image or an MAPN command to create
a new bitmap. Use MAPE when ending the editing session.
Example
MAPN // Initialize bitmap edit buffer
MAPB // Start bitmap editing session
// One or more bitmap editing commands ...
MAPE // End bitmap editing session