ClipperPointInPolygon(Point64, Path64) Method |
Determines the position of an integer point relative to an integer polygon.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PointInPolygonResult PointInPolygon(
Point64 pt,
Path64 polygon
)
Parameters
- pt Point64
- The point to test.
- polygon Path64
- The polygon to test against.
Return Value
PointInPolygonResultThe position of the point relative to the polygon.
See Also