You are here: Start » FIL.NET » Invoke.TestRectangleIntersectsWith

Invoke.TestRectangleIntersectsWith

Tests if two rectangles intersect.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestRectangleIntersectsWith
(
	Fil.Rectangle2D inRectangle,
	Fil.Rectangle2D inReferenceRectangle,
	out bool outRectanglesIntersect
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inReferenceRectangleFil.Rectangle2D
outRectanglesIntersectbool

See also