You are here: Start » AVL.NET » AVS.TestPointArrayInShape Method
AVS.TestPointArrayInShape Method
Tests which points lie inside a shape.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestPointArrayInShape ( IList<AvlNet.Point2D> inPoints, AvlNet.Path inShape, IList<bool> outIsContainedArray, IList<AvlNet.Point2D> outPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<AvlNet.Point2D> | Points the positions of which will be tested. | ||
![]() | inShape | AvlNet.Path | Shape against which the points will be tested. | ||
![]() | outIsContainedArray | System.Collections.Generic.IList<bool> | |||
![]() | outPoints | System.Collections.Generic.IList<AvlNet.Point2D> |


