StreamGeometryContextSetFillRule Method

Sets path's winding rule (default is EvenOdd). You should call this method before any calls to BeginFigure. If you wonder why, ask Direct2D guys about their design decisions.

Definition

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

Parameters

fillRule  FillRule

Implements

IGeometryContextSetFillRule(FillRule)

See Also