Enum FillRule
Defines how the interior of a self-intersecting path is determined when filling shapes.
Namespace: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum FillRule
EvenOdd
Uses the even–odd rule: a point is inside if a ray from it crosses the path an odd number of times.
Nonzero
Uses the nonzero winding rule: a point is inside if the winding number around it is nonzero.