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

FIL.TestPointInRectangle

Tests whether a point lies in a rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestPointInRectangle
(
	FilNet.Point2D inPoint,
	FilNet.Rectangle2D inRectangle,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inRectangleFilNet.Rectangle2D
outIsContainedbool

Examples

TestPointInRectangle performed on the sample rectangle and point. outIsContained = True.


TestPointInRectangle performed on the sample rectangle and point. outIsContained = False.

See also