Click or drag to resize

PathPrimitive.RemoveAllAfter Method

Remove all points after index.

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 RemoveAllAfter(
	int index
)

Parameters

index
Type: System.Int32
The index at which any points after will be removed.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The index is less than 0 or greater than the size of the path.
See Also

Reference

PathPrimitive.RemoveAllBefore(int)