IGeometryContextSetFillRule Method

Sets path's winding rule (default is EvenOdd). You should call this method before any calls to BeginFigure.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void SetFillRule(
	FillRule fillRule
)

Parameters

fillRule  FillRule

See Also