You are here: Start » AVL.NET » AVS.TestPointInShape Method
AVS.TestPointInShape Method
Tests whether a point lies inside a shape.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestPointInShape ( AvlNet.Point2D inPoint, AvlNet.Path inShape, out bool outIsContained )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | AvlNet.Point2D | Point the position of which will be tested. | ||
![]() | inShape | AvlNet.Path | Shape against which the position will be tested. | ||
![]() | outIsContained | bool | True if point lies inside the shape, false otherwise. |


