You are here: Start » FIL.NET » Function Reference » Region » Region Relations » FIL.TestPointInRegion
Tests whether a point lies inside a region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TestPointInRegion ( FilNet.Point2D inPoint, FilNet.Region inRegion, out bool outIsContained )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | |||
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outIsContained | bool |
Examples
![]() |
![]() |
TestPointInRegion run on the sample data produces the outIsContained = true |
TestPointInRegion run on the sample data produces the outIsContained = false |