Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

gf_context_set_linejoin()

Replace the line join style

Synopsis:

#include <gf/gf.h>

void gf_context_set_linejoin( gf_context_t context,
                              int line_join );

Arguments:

context
Draw context handle.
line_join
The join style. Can be one of:

Library:

gf

Description:

This function replaces the current joining style. Line joining allows you to control how the joints between the segments of a polyline are rendered.


Note: Join styles only apply to polylines where the pen width is greater than 0.


Line join styles


Line join styles.

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_context_disable_linedash(), gf_context_set_bgcolor(), gf_context_set_fgcolor(), gf_context_set_penwidth()