Enum IntersectionRule
Provides options for calculating intersection points.
Namespace: SixLabors.ImageSharp.Drawing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public enum IntersectionRule
Fields
Name | Description |
---|---|
EvenOdd | Only odd numbered sub-regions are filled. |
NonZero | Only non-zero sub-regions are filled. |