MGL_pixelCoord

Draws a pixel at the specified location.

Declaration

void MGLAPI MGL_pixelCoord(
    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.

See Also

MGL_pixel

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