438
Appendix A
Command Reference
MMAP
Move a rectangular bitMAP area
Class
Video Frame Buffer manipulation
Description
Copies a rectangular area of pixels from one location of the video frame buffer to another.
The size of the area, in pixels, is defined by the
width
and
height
parameters. The top left
corner of the source location is specified by
xs
,
ys
pixel coordinates. The top left corner of
the destination location is specified by the
xd
,
yd
pixel coordinates.
Command syntax
MMAP
width height xs ys xd yd
width, height
size of the area, in pixels
xs, ys
top left corner of the source location
xd, yd
top left corner of the destination location
Query syntax
MMAP?
Example
MMAP 40 30 0 0 50 50 // Copies a 40 pixel wide by 30 pixel high area
// in the top left corner of active video to an
// area 50 pixel below and to the right of the top
// left corner.
Summary of Contents for 802BT
Page 1: ...802BT 802R Video Test Generator User Guide ...
Page 52: ...42 Chapter 2 Testing Video Displays ...
Page 62: ...52 Chapter 3 Administrative Tasks ...
Page 118: ...108 Chapter 7 Using GPIB Interface ...
Page 194: ...184 Chapter 10 Testing EDID ...
Page 204: ...194 Chapter 11 Testing HDCP ...
Page 214: ...204 Appendix A Command Reference Commands by name ...
Page 595: ...Video Test Generator User Guide 585 ...
Page 611: ...Video Test Generator User Guide 601 ...
Page 612: ...602 Appendix A Command Reference ...
Page 716: ...706 Appendix B Image Reference ...
Page 744: ...734 Appendix C Error Messages ...