Supported Browsers Home   
ClearRegion Previous   
CopyRegion Next   
GA_regionFuncs Up   

CopyIntoRegion

Copy the contents of one region into another region.

Declaration

void NAPI GA_regionFuncs::CopyIntoRegion(
    GA_region *d,
    const GA_region *s)

Prototype In

snap/graphics.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 CopyRegion, however it does not allocate a new region but rather copies the data into an existing region.

See Also

NewRegion, FreeRegion, ClearRegion, CopyRegion

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