You are here: Start » AVL.NET » AVS.TestPointArrayInPolygon Method

AVS.TestPointArrayInPolygon Method

Tests which points lie inside a polygon.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestPointArrayInPolygon
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Path inPolygon,
	IList<bool> outIsContainedArray,
	IList<AvlNet.Point2D> outPoints,
	out bool outAreAllContained
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Points which will be tested.
inPolygonAvlNet.PathPolygon against which the points will be tested.
outIsContainedArraySystem.Collections.Generic.IList<bool>
outPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Points that are contained.
outAreAllContainedbool

Function Overrides

See also