You are here: Start » AVL.NET » AVL.TestPointInBox Method
AVL.TestPointInBox Method
Tests whether a point lies in a box.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestPointInBox( AvlNet.Point2D inPoint, AvlNet.Box inBox, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | AvlNet.Point2D | |||
![]() | inBox | AvlNet.Box | |||
![]() | outIsContained | bool |
Examples

TestPointInBox performed on the sample box and point. outIsContained = True.

TestPointInBox performed on the sample box and point. outIsContained = False.


