tags:

views:

20

answers:

1

Is it possible to create a custom dash style for NSBezierPath?

i.e. I want a line of say, arrows all pointing in the direction of the stroke.

For example, something like this...

->--->--->--->--->

Any ideas appreciated..

MT

A: 

Not the way you depicted it - the "dash style" is given in "line visible/line not visible" segments. You won't get a "custom brush" type of effect with NSBezierPath as it is.

Joshua Nozzi