MGL_fillRectPt

Draws a filled rectangle.

Declaration

void MGL_fillRectPt(
    point_t leftTop,
    point_t rightBottom)

Prototype In

mgraph.h

Parameters

leftTop

Top left coordinate of rectangle

rightBottom

Bottom right coordinate of rectangle

 

Description

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

See Also

MGL_fillRect, MGL_fillRectPt, MGL_rect

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