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
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>Points which will be tested.
inRectangleFilNet.Rectangle2D
outIsContainedArraySystem.Collections.Generic.IList<bool>

Function Overrides

See also