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