You are here: Start » AVL.NET » AVS.TestRectangleIntersectsWith Method

AVS.TestRectangleIntersectsWith Method

Tests if two rectangles intersect.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
inReferenceRectangleAvlNet.Rectangle2D
outRectanglesIntersectbool

See also