Edit

Share via


SKPath.FillType Property

Definition

Gets or sets the path's fill type.

public SkiaSharp.SKPathFillType FillType { get; set; }

Property Value

One of the enumeration values that specifies the path's fill type.

Remarks

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

Applies to