GrDestroyGC()

Name

GrDestroyGC() -- Destroy a graphics context

Synopsis

void GrDestroyGC ( GR_GC_ID gc );

Description

This function destroys the specified graphics context. Any memory resources allocated to the graphics context are returned to the system.

Parameters

TypeNameDescription
GR_GC_IDgcThe ID of the graphics context to destroy.

See Also

GrNewGC(), GrCopyGC().