Table of Contents

Method GetPathFromPoints

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

GetPathFromPoints(PointD[], FillMode)

Gets SKPath from array of points and fill mode.

public virtual SKPath? GetPathFromPoints(PointD[] points, FillMode fillMode)

Parameters

points PointD[]

The array of points.

fillMode FillMode

The fill mode.

Returns

SKPath