You are here: Start » AVL.NET » AVL.TestPointArrayInRegion(AvlNet.Point2D[], AvlNet.Region, bool[])

AVL.TestPointArrayInRegion(AvlNet.Point2D[], AvlNet.Region, bool[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inPoints
Type: AvlNet.Point2D
inRegion
Type: AvlNet.Region
outIsContainedArray
Type: System.Boolean

See also