Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Shared Function PointInPolygon ( _
	points As PointD(), _
	x As Double, _
	y As Double _
) As Boolean
C#
public static bool PointInPolygon(
	PointD[] points,
	double x,
	double y
)
Visual C++
public:
static bool PointInPolygon(
	array<PointD>^ points, 
	double x, 
	double y
)
JavaScript
EGIS.ShapeFileLib.GeometryAlgorithms.pointInPolygon = function(points, x, y);

Parameters

points
Type: array<EGIS.ShapeFileLib..::..PointD>[]()[][]
x
Type: System..::..Double
y
Type: System..::..Double

See Also