Name
GrCopyGC() -- Copy a graphics context into a new graphics context
Synopsis
GR_GC_ID GrCopyGC
( GR_GC_ID gc );
Description
This function creates a new graphics context and initializes it
with values copied from an existing graphics context.
Returns
The ID of the newly created graphics context structure, or 0
if unsuccessful.