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

Invoke.TestRectangleIntersectsWith

Tests if two rectangles intersect.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
inReferenceRectangleAvl.Rectangle2D
outRectanglesIntersectbool

See also