MGL_rgnSolidEllipseArc
Generates a solid elliptical arc as a region.
Declaration
region_t * MGLAPI MGL_rgnSolidEllipseArc(
rect_t extentRect,
int startAngle,
int endAngle)
Prototype In
mgraph.h
Parameters
extentRect |
Bounding rectangle for the ellipse |
startAngle |
Starting angle for the elliptical arc |
endAngle |
Ending angle for the elliptical arc |
Return Value
New region generated, NULL if out of memory.
Description
This function generates a solid elliptical arc as a region.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com