PathPrimitiveRemoveAllBefore Method |
Remove all points
before 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 RemoveAllBefore(
int index
)
Public Sub RemoveAllBefore (
index As Integer
)
public:
void RemoveAllBefore(
int index
)
member RemoveAllBefore :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The index at which to stop removing points.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
The index is less than 0 or greater than the size of the path.
|
See AlsoReference
PathPrimitive.RemoveAllAfter(int)