Table of Contents

Enum PointLineRelationship

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

The topology relationship between point and line.

public enum PointLineRelationship

Fields

Left = 0

The point is at the left of the line.

OnLine = 2

The point is on the line.

Right = 1

The point is at the right of the line.