Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 252 Bytes

PointInPolygonResult.md

File metadata and controls

16 lines (9 loc) · 252 Bytes

enum PointInPolygonResult

The PointInPolygonResult enumerator has 3 values:

Values
  • Outside

    Point is outside the polygon

  • Inside

    Point is inside the polygon

  • OnBoundary

    Point is on the polygon boundary