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*()