You are here: Start » FIL.NET » FIS.TestPointArrayInRectangle Method
FIS.TestPointArrayInRectangle Method
Tests which points lie inside a rectangle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TestPointArrayInRectangle ( IList<FilNet.Point2D> inPoints, FilNet.Rectangle2D inRectangle, IList<bool> outIsContainedArray, IList<FilNet.Point2D> outPoints, out bool outAreAllContained )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | Points which will be tested. | ||
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | outIsContainedArray | System.Collections.Generic.IList<bool> | |||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> | Points that are contained. | ||
![]() | outAreAllContained | bool |
Function Overrides
- TestPointArrayInRectangle(IList<Point2D>, Rectangle2D, IList<Boolean>)
- TestPointArrayInRectangle(IList<Point2D>, Rectangle2D, IList<Boolean>, NullableRef<List<Point2D>>, NullableValue<Boolean>)