Table of Contents

Enum IntersectionRule

Namespace
SixLabors.ImageSharp.Drawing
Assembly
SixLabors.ImageSharp.Drawing.dll

Provides options for calculating intersection points.

public enum IntersectionRule

Fields

EvenOdd = 0

Only odd numbered sub-regions are filled.

NonZero = 1

Only non-zero sub-regions are filled.