DrawingContext.strokeDashArray

Describe a pattern of dashes to be used when stroking paths. The arguments are a list of pixel widths of alternating dashes and gaps.

The first argument is the width of the first dash. The second is the width of the gap following the first dash. The third argument is another dash width, followed by another gap width, etc.

class DrawingContext
void
strokeDashArray
(
const(double)[] dashArray...
)

Meta