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


