SKPath.AddPoly(SKPoint[], Boolean) Method

Definition

Adds a new contour made of just lines.

public void AddPoly (SkiaSharp.SKPoint[] points, bool close = true);

Parameters

points
SKPoint[]

The points that make up the polygon.

close
Boolean

Whether or not to close the path.

Applies to