You are here: Start » FIL.NET » FIS.PointToLineDistance Method
FIS.PointToLineDistance Method
Measures the distance between a point and a line.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PointToLineDistance ( FilNet.Point2D inPoint, FilNet.Line2D inLine, float inResolution, out float outDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | |||
![]() | inLine | FilNet.Line2D | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistance | float |
Function Overrides
- PointToLineDistance(Point2D, Line2D, Single, Single, Segment2D, Single)
- PointToLineDistance(Point2D, Line2D, Single, Single, NullableValue<Segment2D>, NullableValue<Single>)