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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

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

See also