PgSetGC()
Set current graphics context
Synopsis:
PhGC_t *PgSetGC( PhGC_t *GC );
Description:
This function sets the current graphics context to GC.
Returns:
A pointer to the previous graphics context.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PgCreateGC(), PgDestroyGC(), PgGetGC()
