Method GetPathFromPoints
GetPathFromPoints(ReadOnlySpan<PointD>, FillMode)
Gets SKPath from array of points and fill mode.
public static SKPath? GetPathFromPoints(ReadOnlySpan<PointD> points, FillMode fillMode = FillMode.Alternate)
Parameters
pointsReadOnlySpan<PointD>The array of points.
fillModeFillModeThe fill mode.