CanvasLineDash.newv


Description:

[ CCode ( cname = "goo_canvas_line_dash_newv" , has_construct_function = false ) ]
public CanvasLineDash.newv (owned double[] dashes)

Creates a new dash pattern.

Takes ownership of the dashes vector.

Parameters:

dashes

a g_new-allocated vector of doubles, the length of each dash and gap.

num_dashes

the number of dashes and gaps in the pattern.

Returns:

a new dash pattern.