You are here: Start » AVL.NET » AVL.TestPointInBox(AvlNet.Point2D, AvlNet.Box, bool)
AVL.TestPointInBox(AvlNet.Point2D, AvlNet.Box, bool)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestPointInBox( AvlNet.Point2D inPoint, AvlNet.Box inBox, out bool outIsContained )
Parameters
- inPoint
- Type: AvlNet.Point2D
- inBox
- Type: AvlNet.Box
- outIsContained
- Type: System.Boolean
Examples

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

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