ASP.NET Pack Programmer's Guide
LinkLabel.pointAlongLength Method (Single, PointList)
See Also
 






Returns a point lying on a polyline that is positioned at a relative position along the polyline's length.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

protected Point2D.Float pointAlongLength (
    float lengthFactor,
    PointList segments
)

 Parameters

lengthFactor

A value from 0 to 1 specifying a portion of link's length.

segments

A list of points specifying the polyline segments.

 Return Value

Point2D.Float instance.

 See Also

pointAlongLength Method Overload List
LinkLabel Members
LinkLabel Class
com.mindfusion.diagramming Namespace