Skip to main content

SetFillRule Method

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

Definition

Namespace: Avalonia.Visuals.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public void SetFillRule(
FillRule fillRule
)

Parameters

  FillRule

Implements

IGeometryContext.SetFillRule(FillRule)

See Also

Reference

PathGeometryContext Class
Avalonia.Visuals.Platform Namespace