EnumFillRule
Enum
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:
cs-api-definition
public enum FillRule
Fields
EvenOdd
Uses the even–odd rule: a point is inside if a ray from it crosses the path an odd number of times.