Table of Contents

Enum ResultTransition

Namespace
SixLabors.PolygonClipper
Assembly
SixLabors.PolygonClipper.dll

Represents the result transition for a sweep event.

public enum ResultTransition

Fields

Contributing = 1

The event contributes to the result.

Neutral = 0

The event transitions within the result.

NonContributing = -1

The event does not contribute to the result.