MGL_copyIntoRegion

Copy the contents of one region into another region.

Declaration

void MGLAPI MGL_copyIntoRegion(
    region_t *d,
    const region_t *s)

Prototype In

mgraph.h

Parameters

d

Pointer to destination region

s

Pointer to source region

 

Description

Copies the definition for an entire region into the destination region, clearing any region information already present in the destination. This function is similar to MGL_copyRegion, however it does not allocate a new region but rather copies the data into an existing region.

See Also

MGL_newRegion, MGL_freeRegion, MGL_clearRegion, MGL_copyRegion

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