You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inRectangle | Avl.Rectangle2D | |||
![]() | inReferenceRectangle | Avl.Rectangle2D | |||
![]() | outRectanglesIntersect | bool |


