|
|
|
|
MGL_polyPoint
Draws a set of pixels.
Declaration
void MGLAPI MGL_polyPoint(
int count,
point_t *vArray)
Prototype In
mgraph.h
Parameters
count |
Number of vertices in polyline |
vArray |
Array of coordinates to draw the pixels at |
Description
This function draws a set of pixels in the current color at the locations passed in the vArray parameter.
See Also
MGL_polyLine, MGL_polyMarker
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com