gf_context_init()

Restore a context's default settings

Synopsis:

#include <gf/gf.h>

void gf_context_init( gf_context_t context );

Arguments:

context
The graphics context to restore.

Library:

gf

Description:

This function restores a draw context to its initial default state, which sets the following values:


Note: This function doesn't affect the surface that a context targets.

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_context_create()