Remove a PathPoint
to the front of the line.
[Visual Basic .NET] |
---|
Public Sub RemoveFront()
|
[C#] |
---|
public void RemoveFront();
|
[Managed C++] |
---|
public: void RemoveFront();
|
[Java] |
---|
public removeFront();
|
[Unmanaged C++] |
---|
public: HRESULT RemoveFront();
|