PathPrimitive.RemoveAllBefore Method |
Remove all points
before 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 RemoveAllBefore(
int index
)
Public Sub RemoveAllBefore (
index As Integer
)
public:
void RemoveAllBefore(
int index
)
member RemoveAllBefore :
index : int -> unit
Parameters
- index
- Type: System.Int32
The index at which to stop removing points.
Exceptions
See AlsoReference
PathPrimitive.RemoveAllAfter(int)