You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Relations » FIL.TestPointInBox

FIL.TestPointInBox

Tests whether a point lies in a box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestPointInBox
(
	FilNet.Point2D inPoint,
	FilNet.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inBoxFilNet.Box
outIsContainedbool

Examples

TestPointInBox performed on the sample box and point. outIsContained = True.


TestPointInBox performed on the sample box and point. outIsContained = False.

See also