MGL_fillRectCoord

Draws a filled rectangle.

Declaration

void MGLAPI MGL_fillRectCoord(
    int left,
    int top,
    int right,
    int bottom)

Prototype In

mgraph.h

Parameters

left

Left coordinate of rectangle

top

Top coordinate of rectangle

right

Right coordinate of rectangle

bottom

Bottom coordinate of rectangle

 

Description

Fills a rectangle in the current drawing attributes. The mathematical definition of a rectangle does not include the right and bottom edges, so effectively the right and bottom edges are not rasterized (solving problems with shared edges).

See Also

MGL_fillRect, MGL_fillRectPt, MGL_rect

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