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