Add a PathPoint to the front of the line.
[Visual Basic .NET] |
---|
Public Sub AddFront( _ ByVal PathPoint As IAgStkGraphicsPathPoint _ ) |
[C#] |
---|
public void AddFront( |
[Managed C++] |
---|
public: void AddFront( |
[Java] |
---|
public addFront( |
[Unmanaged C++] |
---|
public: HRESULT AddFront( |
- PathPoint
- The point added to the front of the line.