Newbie Q - how do I set dash parameters?
Can you give an example of how to set and apply the dash parameters (space, size, etc.) programmatically for ArcDashed?
I have found the DashStyle class but don't know how to apply it....I am missing the right level of assumed knowledge :)
I recently refactored how all of this worked so, uh, I actually don't fully remember~ *goes to check*
So arcs (and rings) default to using the static Draw.RingDashStyle property, so you can assign to or edit that, and then call
Draw.ArcDashed( pos, rot );
and it will use the dash style you supplied.
Note however that this is changing in the upcoming version - there will no longer be a separate dash style for arcs and lines, there will only be one field for that :)