MGL_drawRegion

Draw a solid complex region.

Declaration

void MGLAPI MGL_drawRegion(
    int x,
    int y,
    const region_t *rgn)

Prototype In

mgraph.h

Parameters

x

x coordinate to draw region at

y

y coordinate to draw region at

rgn

region to draw

 

Description

Draws the complex region at the specified location in the current pattern and write mode.

See Also

MGL_newRegion, MGL_copyRegion, MGL_freeRegion, MGL_diffRegion, MGL_unionRegionMGL_sectRegion

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