Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PgDestroyGC()

Release the resources of a graphics context

Synopsis:

void PgDestroyGC( PhGC_t *GC );

Arguments:

GC
A pointer to a graphics context, as returned by PgCreateGC().

Library:

ph

Description:

This function releases any resources consumed by the specified graphics context.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgCreateGC(), PgGetGC(), PgSetGC()