Table of Contents

Method GetPathFromPoints

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

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

points ReadOnlySpan<PointD>

The array of points.

fillMode FillMode

The fill mode.

Returns

SKPath