Click or drag to resize

InternalClipperPointInPolygon Method

Determines the position of a point relative to a 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 check.
polygon  Path64
The polygon to check against.

Return Value

PointInPolygonResult
The PointInPolygonResult indicating the position of the point.
See Also