PathPrimitiveRemoveAllAfter Method |
Remove all points
after index.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.2.423.0 (25.2.423.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: SystemInt32
The index at which any points after will be removed.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
The index is less than 0 or greater than the size of the path.
|
See AlsoReference
PathPrimitive.RemoveAllBefore(int)