PointLineRelationship¶
Namespace: ThinkGeo.Core
The topology relationship between point and line.
public enum PointLineRelationship
Inheritance Object → ValueType → Enum → PointLineRelationship
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Left | 0 | The point is at the left of the line. |
| Right | 1 | The point is at the right of the line. |
| OnLine | 2 | The point is on the line. |