Enum IntersectionRule
Rule for calulating intersection points,
Namespace: SixLabors.ImageSharp.Drawing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public enum IntersectionRule
Fields
Name | Description |
---|---|
Nonzero | Nonzero rule treats intersecting holes as inside the path thus being ignored by intersections. |
OddEven | Use odd/even intersection rules, self intersection will cause holes. |