|
|
|
|
MGL_rgnSolidRectPt
Generate a solid rectangle as a region from two points.
Declaration
region_t MGL_rgnSolidRectPt(
point_t lt,
point_t rb)
Prototype In
mgraph.h
Parameters
lt |
Point containing left-top coordinates of the region |
rb |
Point containing right-bottom coordinates of the region |
Return Value
New region generated, NULL if out of memory.
Description
This function generates a solid rectangle as a region.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com