PathPrimitiveRemoveAllBefore Method |
Remove all points
before 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 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 See Also Reference
PathPrimitive.RemoveAllAfter(int)