PgDefaultGC()
Reset all graphics context attributes to their default system values
Synopsis:
void PgDefaultGC( PhGC_t *GC );
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()
