New to Telerik Document ProcessingStart a free 30-day trial

Defines how the interior of a self-intersecting path is determined when filling shapes.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Graphics

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public enum FillRule

Fields

Uses the even–odd rule: a point is inside if a ray from it crosses the path an odd number of times.

C#
EvenOdd = 0

Uses the nonzero winding rule: a point is inside if the winding number around it is nonzero.

C#
Nonzero = 1
In this article
DefinitionFieldsEvenOddNonzero
Not finding the help you need?
Contact Support