You are here: Start » AVL.NET » Invoke.TestPointInRectangle
Tests whether a point lies in a rectangle.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TestPointInRectangle ( Avl.Point2D inPoint, Avl.Rectangle2D inRectangle, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | Avl.Point2D | |||
![]() | inRectangle | Avl.Rectangle2D | |||
![]() | outIsContained | bool |


