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

FIS.TestPointInRectangle Method

Tests whether a point lies in a rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

See also