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