SKPath.Points Property

Definition

Gets all the points in the path.

public SkiaSharp.SKPoint[] Points { get; }

Property Value

Remarks

The number of points will be PointCount, To only return a subset of the points in the path, use GetPoints.

Applies to