MGL_pixelCoordFast
Draws a pixel at the specified location as fast as possible.
Declaration
void MGLAPI MGL_pixelCoordFast(
int x,
int y)
Prototype In
mgraph.h
Parameters
x |
x coordinate to plot pixel at |
y |
y coordinate to plot pixel at |
Description
Plots a single pixel at the specified location in the current foreground color. This routine is designed to allow plotting of multiple pixels as fast as possible.
Note that you must call MGL_beginPixel before calling this function, and you must call MGL_endPixel after you have finished plotting a number of pixels.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com