CopyRects | 89
Example This example copies two rectangles from one location on
the screen to another.
#include "domeMd.h"
DMdDev
dev;
DMdCopyRectrect[2];
DError
error;
.
.
.
rect[0].srcx = 40;
rect[0].srcy = 20;
rect[0].dstx = 500;
rect[0].dsty = 400;
rect[0].width = 100;
rect[0].height = 50;
rect[1].srcx = 340;
.
.
.
error = (*dev->CopyRects) (dev, GXcopy, ~0,
rect, 2);
See also
DMdDev Structure, DMdCopyRect Structure
Содержание Dome DX/PCI
Страница 6: ......