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