SKPath.FillType Property

Definition

Gets or sets the path's fill type.

public SkiaSharp.SKPathFillType FillType { get; set; }

Property Value

Remarks

This is used to define how "inside" is computed. The default value is Winding.

Applies to