| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Disable the clipping rectangle
#include <gf/gf.h>
void gf_context_disable_clipping(
        gf_context_t context );
gf
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.
QNX Graphics Framework
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes | 
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |