Table of Contents

Method UpdatePoints

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

UpdatePoints(ReadOnlySpan<Point2Float>, int)

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

void UpdatePoints(ReadOnlySpan<Point2Float> points, int startIndex = 0)

Parameters

points ReadOnlySpan<Point2Float>
startIndex int