Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
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:
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)