Supported Browsers Home   
MGL_rect Previous   
MGL_rectPt Next   
External Functions Up   

MGL_rectCoord

Draws a rectangle outline.

Declaration

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

Prototype In

mgraph.h

Parameters

left

Left coordinate of the rectangle

top

Top coordinate of the rectangle

right

Right coordinate of the rectangle

bottom

Bottom coordinate of the rectangle

 

Description

This function draws a rectangle outline in the current drawing attributes at the specified location.

See Also

MGL_rect, MGL_rectPt

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