Enum IntersectionRule
- Namespace
- SixLabors.ImageSharp.Drawing
- Assembly
- SixLabors.ImageSharp.Drawing.dll
Provides options for calculating intersection points.
public enum IntersectionRule
Fields
EvenOdd = 0Only odd numbered sub-regions are filled.
NonZero = 1Only non-zero sub-regions are filled.