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


