Click or drag to resize

PathPrimitiveRemoveAllAfter Method

Remove all points after 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 RemoveAllAfter(
	int index
)

Parameters

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