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


