PathPrimitiveRemoveAllAfter Method |
Remove all points
after index.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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 See Also Reference
PathPrimitive.RemoveAllBefore(int)