gf_context_disable_linedash()

Disable line dashing

Synopsis:

#include <gf/gf.h>

void gf_context_disable_linedash( gf_context_t context );

Arguments:

context
The graphics context to disable line dashing for.

Library:

gf

Description:

This function disables line dashes for subsequent draw operations for a draw context.


Note: To re-enable the line dashing, use gf_context_set_linedash().

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_context_set_bgcolor(), gf_context_set_fgcolor(), gf_context_set_linedash(), gf_context_set_linejoin(), gf_context_set_penwidth()