![]() |
![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Set the current line dash style
#include <gf/gf.h> void gf_context_set_linedash( gf_context_t context, uint32 line_pat, unsigned line_pat_offset, int line_repeat, unsigned flags );
This value cannot be more than 32.
Some hardware have limitations on line repeat values. See the "Hardware Capabilities" appendix for more information.
gf
This function replaces the current line dashing style. Line dashing lets you apply stipple patterns along the path of polylines to draw lines of varying dashes.
To unset dashing (that is, render solid lines), use gf_context_disable_linedash().
QNX Graphics Framework
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
gf_context_disable_linedash(), gf_context_set_bgcolor(), gf_context_set_fgcolor(), gf_context_set_linejoin(), gf_context_set_penwidth()
![]() |
![]() |
![]() |
![]() |