LineOptions


Object Hierarchy:

Object hierarchy for LineOptions

Description:

public struct LineOptions

Custom line options structure.

Zero or one dash pattern length means the line is continuous. The dash pattern always begins with a drawn section.

Example, a white line 3 pixels wide (thick) and pixmap 6 pixels draw, 4 pixels nodraw:

GrxLineOptions my_line_options;
...
my_line_options.color = GRX_COLOR_WHITE;
my_line_options.width = 3;
my_line_options.n_dash_patterns = 2;
my_line_options.dash_pattern0 = 6;
my_line_options.dash_pattern1 = 4;
...


Namespace: Grx
Package: grx-3.0

Content:

Fields: