Removes all of the points.
| [Visual Basic .NET] |
|---|
Public Sub Clear() |
| [C#] |
|---|
public void Clear(); |
| [Managed C++] |
|---|
public: void Clear(); |
| [Unmanaged C++] |
|---|
public: HRESULT Clear(); |
| [Java] |
|---|
public void clear(); |
Even though this method will remove all of the points, the memory reserved will not be altered.






