MGL_lineExt
Draws a line with integer coordinates.
Declaration
void MGL_lineExt(
point_t p1,
point_t p2,
ibool drawLast)
Prototype In
mgraph.h
Parameters
p1 |
First endpoint of line |
p2 |
Second endpoint of line |
drawLast |
True to draw the last pixel in the line |
Description
This function is the same as MGL_lineCoordExt, however it takes the coordinates of the line as two points.
See Also
MGL_lineFX, MGL_lineCoordExt, MGL_lineCoord, MGL_lineCoordFX
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com