You are here: Start » FIL.NET » FIS.TestPointInShape Method

FIS.TestPointInShape Method

Tests whether a point lies inside a shape.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestPointInShape
(
	FilNet.Point2D inPoint,
	FilNet.Path inShape,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2DPoint the position of which will be tested.
inShapeFilNet.PathShape against which the position will be tested.
outIsContainedboolTrue if point lies inside the shape, false otherwise.

See also