This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Get current graphics context
PhGC_t *PgGetGC( void ); PhGC_t *PgGetGCCx(void *dc);
ph
These functions get the current graphics context. PgGetGC() works on the current draw context, while you can specify the draw context for PgGetGCCx().
A pointer to the current graphics context.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PgCreateGC(), PgDestroyGC(), PgSetGC*()