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:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int PointInPolygon(
	IntPoint pt,
	List<IntPoint> path
)

Parameters

pt
Type: ClipperLibIntPoint

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

path
Type: System.Collections.GenericListIntPoint

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

Return Value

Type: Int32

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

See Also