You are here: Start » AVL.NET » AVL.TestPointArrayInRegion

AVL.TestPointArrayInRegion

Tests which points lie inside a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestPointArrayInRegion
(
	AvlNet.Point2D[] inPoints,
	AvlNet.Region inRegion,
	out bool[] outIsContainedArray
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D[]
inRegionAvlNet.RegionInput region.
outIsContainedArraybool[]

See also