Planar DX/PCI User Manual page 101

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

Advertisement

Example This example draws two rectangles on the screen using the
pixel value 20.
#include "domeMd.h"
DMdDev
DMdFillRectrect[2];
DError
.
.
.
rect[0].dstx = 50;
rect[0].dsty = 45;
rect[0].width = 80;
rect[0].height = 65;
rect[1].dstx = 30;
error = (*dev->FillRects) (dev, GXcopy, ~0, 20,
rect, 2);
See also
DMdDev Structure, DMdFillRect Structure
dev;
error;
.
.
.
FillRects | 91

Advertisement

Table of Contents
loading

This manual is also suitable for:

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

Table of Contents