Get the current draw context
PhDrawContext_t *PhDCGetCurrent( void );
This function returns a pointer to the currently active draw context, which may be a print context, memory context, or draw context.
A pointer to the currently active draw context.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |