PhDCGetCurrent()

Get the current draw context

Synopsis:

PhDrawContext_t *PhDCGetCurrent( void );

Library:

ph

Description:

This function returns a pointer to the currently active draw context, which may be a print context, memory context, or draw context.

Returns:

A pointer to the currently active draw context.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhDCCreate(), PhDCSetCurrent(), PhDCRelease()