You are here: Start » FIL.NET » Invoke.TestPointArrayInRectangle

Invoke.TestPointArrayInRectangle

Tests which points lie inside a rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestPointArrayInRectangle
(
	List<Fil.Point2D> inPoints,
	Fil.Rectangle2D inRectangle,
	List<bool> outIsContainedArray,
	Optional<List<Fil.Point2D>> outPoints,
	Optional<bool> outAreAllContained
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>Points which will be tested.
inRectangleFil.Rectangle2D
outIsContainedArraySystem.Collections.Generic.List<bool>
outPointsFtl.Optional<System.Collections.Generic.List<Fil.Point2D>>Points that are contained.
outAreAllContainedFtl.Optional<bool>

See also