MGL_rgnSolidRectCoord
Generate a solid rectangle as a region.
Declaration
region_t * MGLAPI MGL_rgnSolidRectCoord(
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 |
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