Remove all points before index.
| [Visual Basic .NET] |
|---|
Public Sub RemoveAllBefore( _
ByVal Index As Integer _
)
|
| [C#] |
|---|
public void RemoveAllBefore(
|
| [Managed C++] |
|---|
public: void RemoveAllBefore(
|
| [Java] |
|---|
public removeAllBefore(
|
| [Unmanaged C++] |
|---|
public: HRESULT RemoveAllBefore(
|
- Index
- The index at which to stop removing points.