[ Version ( since = "0.12.4" ) ]
public void set_dash (List<uint> dash_pattern)
Sets dashed line pattern in a way similar to set_dash of cairo.
This method supports only integer values for segment lengths. The values have to be passed inside the data pointer of the list (using the GUINT_TO_POINTER conversion)
Pass NULL to use solid line.
this | |
dash_pattern |
list of integer values representing lengths of dashes/spaces (see cairo documentation of set_dash) |