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)
Syntaxpublic void RemoveAllAfter(
int index
)
Public Sub RemoveAllAfter (
index As Integer
)
public:
void RemoveAllAfter(
int index
)
member RemoveAllAfter :
index : int -> unit
Parameters
- index
- Type: System.Int32
The index at which any points after will be removed.
Exceptions
See AlsoReference
PathPrimitive.RemoveAllBefore(int)