You are here: Start » FIL.NET » Invoke.TestPointInPolygon

Invoke.TestPointInPolygon

Tests whether a point lies inside a polygon.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestPointInPolygon
(
	Fil.Point2D inPoint,
	Fil.Path inPolygon,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointFil.Point2DPoint the position of which will be tested.
inPolygonFil.PathPolygon against which the position will be tested.
outIsContainedboolTrue if point lies inside the polygon, false otherwise.

See also