Click or drag to resize

ClipperPointInPolygon(Point64, Path64) Method

Determines the position of an integer point relative to an integer polygon.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PointInPolygonResult PointInPolygon(
	Point64 pt,
	Path64 polygon
)

Parameters

pt  Point64
The point to test.
polygon  Path64
The polygon to test against.

Return Value

PointInPolygonResult
The position of the point relative to the polygon.
See Also