MGL_pixelFast

Draws a pixel at the specified location as fast as possible.

Declaration

void MGL_pixelFast(
    point_t p)

Prototype In

mgraph.h

Parameters

p

Point to plot pixel at

 

Description

This function is the same as MGL_pixelCoordFast, however it takes the coordinate of the pixel to plot as a point.

See Also

MGL_pixelCoordFast, MGL_beginPixel, MGL_endPixel.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com