Edit

SKPath.Convexity Property

Definition

Gets the path's convexity.

public SkiaSharp.SKPathConvexity Convexity { get; }

Property Value

One of the enumeration values that specifies the path's convexity.

Remarks

If it is currently unknown, then this function will attempt to compute the convexity (and cache the result).

Applies to