get_line_dash method

get_line_dash

Returns the current line dash pattern array containing an even number of non-negative numbers.

Returns

An Array. A list of numbers that specifies distances to alternately draw a line and a gap (in coordinate space units).

def get_line_dash(self):
    ...

See Also