Xamarin Pack Programmer's Guide
InternalUtils.PointAlongLength Method (Double, PointCollection)
See Also
 






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

 Syntax

C#  Copy Code

public static Point PointAlongLength (
    double distance,
    PointCollection segments
)

Visual Basic  Copy Code

Public Shared Function PointAlongLength( _
    distance As Double, _
    segments As PointCollection _
) As Point

 Parameters

distance

A double value specifying the desired distance.

segments

A PointCollection specifying the path.

 Return Value

A Point structure specifying the point coordinates.

 Remarks

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

 See Also

PointAlongLength Method Overload List
InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace