Method UpdateSegmentData
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
UpdateSegmentData(ReadOnlySpan<float>, int)
Updates the segment data array. Existing segment data not updated by this method are preserved. The array is resized larger if necessary to accommodate the new segment data.
void UpdateSegmentData(ReadOnlySpan<float> data, int startIndex = 0)
Parameters
data
ReadOnlySpan<float>startIndex
int