[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PgClearTranslation(), PgClearTranslationCx()

Restore the current translation to the default

Synopsis:

void PgClearTranslation( void );

void PgClearTranslationCx(PhGC_t *gc);

Arguments:

gc
PgClearTranslationCx() only. A pointer to a graphics context, as returned by PgCreateGC() or PgGetGC().

Library:

ph

Description:

These functions restore the current translation to the default (0,0). PgClearTranslation() works on the current graphics context, while you can specify the graphics context for PgClearTranslationCx().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgSetTranslation*()


[Previous] [Contents] [Index] [Next]