You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Intersections » FIL.TestRectangleIntersectsWith

FIL.TestRectangleIntersectsWith

Tests if two rectangles intersect.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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