PathPrimitiveAddRangeToBack 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: 24.2.419.0 (24.2.419.0)
Syntax public void AddRangeToBack(
IEnumerable<PathPoint> positions
)
Public Sub AddRangeToBack (
positions As IEnumerable(Of PathPoint)
)
public:
void AddRangeToBack(
IEnumerable<PathPoint^>^ positions
)
member AddRangeToBack :
positions : IEnumerable<PathPoint> -> unit
Parameters
- positions
- Type: System.Collections.GenericIEnumerablePathPoint
The positions to add to the back of the path.
See Also