MGL_rectPt

Draws a rectangle outline.

Declaration

void MGL_rectPt(
    point_t leftTop,
    point_t rightBottom)

Prototype In

mgraph.h

Description

This function is the same as MGL_rectCoord, however it takes the top left and bottom right coordinates of the rectangle as two points instead of four coordinates.

See Also

MGL_rectCoord, MGL_rect

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