PathPrimitiveAddRangeToFront Method  | 
 
Add the range of 
PathPoints
to the front of the line.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void AddRangeToFront(
	IEnumerable<PathPoint> positions
)
Public Sub AddRangeToFront ( 
	positions As IEnumerable(Of PathPoint)
)
public:
void AddRangeToFront(
	IEnumerable<PathPoint^>^ positions
)
member AddRangeToFront : 
        positions : IEnumerable<PathPoint> -> unit 
Parameters
- positions
 - Type: System.Collections.GenericIEnumerablePathPoint
The positions to add to the front of the path.
 
See Also