Enum ResultTransition
- Namespace
- SixLabors.PolygonClipper
- Assembly
- SixLabors.PolygonClipper.dll
Represents the result transition for a sweep event.
public enum ResultTransition
Fields
Contributing = 1The event contributes to the result.
Neutral = 0The event transitions within the result.
NonContributing = -1The event does not contribute to the result.