gf_context_disable_translation()

Disable translation

Synopsis:

#include <gf/gf.h>

void gf_context_disable_translation(
        gf_context_t context );

Arguments:

context
The graphics context to disable the x,y translation for.

Library:

gf

Description:

This function disables the translation of x, y coordinates for subsequent draw operations for a draw context.


Note: To reenable the translation, use gf_context_set_translation().

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_context_set_translation()