Click or drag to resize

ClipperPointInPolygon Method

[Missing <summary> documentation for "M:ClipperLib.Clipper.PointInPolygon(ClipperLib.IntPoint,System.Collections.Generic.List{ClipperLib.IntPoint})"]


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int PointInPolygon(
	IntPoint pt,
	List<IntPoint> path
)

Parameters

pt  IntPoint

[Missing <param name="pt"/> documentation for "M:ClipperLib.Clipper.PointInPolygon(ClipperLib.IntPoint,System.Collections.Generic.List{ClipperLib.IntPoint})"]

path  ListIntPoint

[Missing <param name="path"/> documentation for "M:ClipperLib.Clipper.PointInPolygon(ClipperLib.IntPoint,System.Collections.Generic.List{ClipperLib.IntPoint})"]

Return Value

Int32

[Missing <returns> documentation for "M:ClipperLib.Clipper.PointInPolygon(ClipperLib.IntPoint,System.Collections.Generic.List{ClipperLib.IntPoint})"]

See Also