Click or drag to resize

PathPrimitive.RemoveAllBefore Method

Remove all points before 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 RemoveAllBefore(
	int index
)

Parameters

index
Type: System.Int32
The index at which to stop removing points.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The index is less than 0 or greater than the size of the path.
See Also

Reference

PathPrimitive.RemoveAllAfter(int)