GrGetGCInfo()

Name

GrGetGCInfo() -- Retrieve graphics context settings

Synopsis

void GrGetGCInfo ( GR_GC_ID gc , GR_GC_INFO * gcip );

Description

This function copies information from the GC to the specified GR_GC_INFO structure.

Parameters

TypeNameDescription
GR_GC_IDgcThe ID of the graphics context to copy information from.
GR_GC_INFO*gcipA pointer to a caller supplied GR_GC_INFO structure to receive GC information.

See Also

GrSetGCForeground(), GrSetGCBackground(), GrSetGCUseBackground(), GrSetGCMode(), GrSetGCFont(), GrSetGCRegion().