StreamGeometryContext.

SetFillRule(FillRule) Method

Summary

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.
Namespace
Avalonia.Media
Containing Type
StreamGeometryContext

Syntax

public void SetFillRule(FillRule fillRule)

Parameters

Name Type Description
fillRule FillRule

Return Value

Type Description
void