Returns a point lying on a polyline that is positioned at a relative position along the polyline's length.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected PointF PointAlongLength ( |
Visual Basic
Copy Code
|
|---|
Protected Function PointAlongLength( _ |
A value from 0 to 1 specifying a portion of link's length.
A list of points specifying the polyline segments.
A PointF instance.
See Also