SKPath.Convexity Property

Definition

Caution

This API is now deprecated.

Gets or sets the path's convexity.

public SkiaSharp.SKPathConvexity Convexity { get; set; }
public SkiaSharp.SKPathConvexity Convexity { get; [System.Obsolete] set; }

Property Value

Attributes

Remarks

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

Applies to