Supported Browsers Home   
MGL_defRect Previous   
MGL_defaultAttributes Next   
External Functions Up   

MGL_defRectPt

Create a new rectangle from two points

Declaration

rect_t MGLAPI MGL_defRectPt(
    point_t leftTop,
    point_t rightBottom)

Prototype In

mgraph.h

Parameters

leftTop

Upper left coordinate of rectangle

rightBottom

Lower right coordinate of rectangle

 

Return Value

Newly created rectangle returned by value.

Description

Creates a new rectangle given a set of points.

See Also

MGL_defRect

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