gf_context_disable_clipping()

Disable the clipping rectangle

Synopsis:

#include <gf/gf.h>

void gf_context_disable_clipping(
        gf_context_t context );

Arguments:

context
The graphics context to disable clipping for.

Library:

gf

Description:

This function disables clipping for subsequent draw operations for a draw context. When clipping is disabled, draw primitives are still clipped to the bounds of the current surface.


Note: To reenable clipping, use gf_context_set_clipping().

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_context_set_clipping()