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

FIS.TestRectangleIntersectsWith Method

Tests if two rectangles intersect.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestRectangleIntersectsWith
(
	FilNet.Rectangle2D inRectangle,
	FilNet.Rectangle2D inReferenceRectangle,
	out bool outRectanglesIntersect
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
inReferenceRectangleFilNet.Rectangle2D
outRectanglesIntersectbool

See also