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
inPointFilNet.Point2D
inLineFilNet.Line2D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat

Function Overrides

See also