Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PgClearTranslation, PgClearTranslationCx

PgClearTranslation, PgClearTranslationCx

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

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*()