Method CreateStrokeDashArray
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
CreateStrokeDashArray(ReadOnlySpan<SvgLength>)
Creates a dash array object which can be used to set the stroke-dasharray property.
ISvgStrokeDashArray CreateStrokeDashArray(ReadOnlySpan<SvgLength> dashes)
Parameters
dashes
ReadOnlySpan<SvgLength>An array of dashes.