Table of Contents

Enum LineCrossingDirection

Namespace
VisioForge.Core.Types.X.AI
Assembly
VisioForge.Core.dll

The direction of a directed line crossing.

public enum LineCrossingDirection

Fields

In = 0

The object crossed from the negative side to the positive side of the directed line.

Out = 1

The object crossed from the positive side to the negative side of the directed line.

Remarks

The directed line is Start -> End. Negative-to-positive signed-side movement is VisioForge.Core.Types.X.AI.LineCrossingDirection.In, positive-to-negative is VisioForge.Core.Types.X.AI.LineCrossingDirection.Out. Reversing the endpoints reverses the reported direction.