Name
GrCopyGC -- Copy a graphics context
Synopsis
GR_GC_ID GrCopyGC (
GR_GC_ID gc
);
Parameters
- gc
The graphics context you want to copy.
Return Value
Returns the ID of the new graphic context.
Description
The GrCopyGC function creates a new graphics
context and copies all the members
from the gc graphics context into
the newly created graphics context.