Page.setDash

Sets the dash pattern for lines in the page.

class Page
setDash
(
ushort[] dashPattern
,
uint phase
)

Parameters

dashPattern ushort[]

Pattern of dashes and gaps used to stroke paths. It's a repeating sequence of dash length, gap length, dash length etc, which are cycled through when stroking the line.

phase uint

Initial offset in which the pattern begins (default is 0).

Meta