Click or drag to resize

PathPrimitiveRemoveAllBefore Method

Remove all points before index.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void RemoveAllBefore(
	int index
)

Parameters

index
Type: SystemInt32
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)