PgDefaultGC()

Reset all graphics context attributes to their default system values

Synopsis:

void PgDefaultGC( PhGC_t *GC );

Arguments:

GC
A pointer to a graphics context, as returned by PgCreateGC().

Library:

ph

Description:

This function resets all attributes of the provided graphics context to their system defaults.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgDefaultMode(), PgDefaultFill(), PgDefaultText(), PgDefaultStroke()