Click or drag to resize

PathPrimitive.AddRangeToBack Method

Add the range of PathPoints to the back 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)
Syntax
public void AddRangeToBack(
	IEnumerable<PathPoint> positions
)

Parameters

positions
Type: System.Collections.Generic.IEnumerable<PathPoint>
The positions to add to the back of the path.
See Also