Search
InternalUtils.DistanceAlongLength Method
See Also
 






Returns the distance from the specified point to the start of the specified path along the path's length.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double DistanceAlongLength (
    Point point,
    PointCollection segments
)

Visual Basic  Copy Code

Public Shared Function DistanceAlongLength( _
    point As Point, _
    segments As PointCollection _
) As Double

 Parameters

point

A Point whose distance to the path start to calculate.

segments

A PointCollection specifying the path.

 Return Value

A double value specifying distance from the point to the path origin.

 Remarks

This method supports the MindFusion.Diagramming for .NET MAUI infrastructure and is not intended to be used directly from your code.

 See Also