Returns a point lying at the specified distance from the start point along the path specified via the collection of points.
Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public static Point PointAlongLength ( |
Visual Basic Copy Code |
---|
Public Shared Function PointAlongLength( _ |
A double value specifying the desired distance.
A list of points specifying the path.
A Point structure specifying the point coordinates.