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
SyntaxC#
Copy Code
|
|---|
public static double DistanceAlongLength ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function DistanceAlongLength( _ |
A Point whose distance to the path start to calculate.
A PointCollection specifying the path.
A double value specifying distance from the point to the path origin.
RemarksThis method supports the MindFusion.Diagramming for .NET MAUI infrastructure and is not intended to be used directly from your code.
See Also