Planar DX/PCI User Manual page 99

Display controller
Hide thumbs Also See for DX/PCI:
Table of Contents

Advertisement

Example This example copies two rectangles from one location on
the screen to another.
#include "domeMd.h"
DMdDev
DMdCopyRectrect[2];
DError
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
dev;
error;
.
.
.
CopyRects | 89

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dome m2/pciRx/pciDome dx/pciDome rx/pci

Table of Contents