Table of Contents

Method UpdateDashes

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

UpdateDashes(ReadOnlySpan<SvgLength>, int)

Updates the array. Existing dashes not updated by this method are preserved. The array is resized larger if necessary to accommodate the new dashes.

void UpdateDashes(ReadOnlySpan<SvgLength> dashes, int startIndex = 0)

Parameters

dashes ReadOnlySpan<SvgLength>
startIndex int

UpdateDashes(ReadOnlySpan<float>, int)

Updates the array. Existing dashes not updated by this method are preserved. The array is resized larger if necessary to accommodate the new dashes.

void UpdateDashes(ReadOnlySpan<float> dashes, int startIndex = 0)

Parameters

dashes ReadOnlySpan<float>
startIndex int