Returns a point lying at the specified distance from the start point along the path specified via the collection of points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public static Point PointAlongLength ( |
Visual Basic
![]() |
---|
Public Shared Function PointAlongLength( _ |
A double value specifying the desired distance.
A PointCollection specifying the path.
A Point structure specifying the point coordinates.
This method supports the MindFusion.Diagramming for Xamarin infrastructure and is not intended to be used directly from your code.