You are here: Start » AVL.NET » AVS.TestPointArrayInRegion Method
AVS.TestPointArrayInRegion Method
Tests which points lie inside a region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestPointArrayInRegion ( IList<AvlNet.Point2D> inPoints, AvlNet.Region inRegion, IList<bool> outIsContainedArray )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<AvlNet.Point2D> | Points which will be tested. | ||
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | outIsContainedArray | System.Collections.Generic.IList<bool> |
Function Overrides
- TestPointArrayInRegion(IList<Point2D>, Region, IList<Boolean>, IList<Point2D>, Boolean)
- TestPointArrayInRegion(IList<Point2D>, Region, IList<Boolean>, NullableRef<List<Point2D>>, NullableValue<Boolean>)


