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
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>Points the positions of which will be tested.
inShapeFilNet.PathShape against which the points will be tested.
outIsContainedArraySystem.Collections.Generic.IList<bool>
outPointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also