Add a PathPoint to the front of the line.
[Visual Basic .NET] |
---|
Public Sub AddFront( _ ByVal PathPoint As IAgStkGraphicsPathPoint _ ) |
[C#] |
---|
public void AddFront( IAgStkGraphicsPathPoint PathPoint ); |
[Managed C++] |
---|
public: void AddFront( IAgStkGraphicsPathPoint ^ PathPoint ); |
[Unmanaged C++] |
---|
public: HRESULT AddFront( IAgStkGraphicsPathPoint * PathPoint ); |
[Java] |
---|
public void addFront( IAgStkGraphicsPathPoint PathPoint ); |
[Python - STK API ] |
---|
def AddFront(self, PathPoint:"IAgStkGraphicsPathPoint") -> None: |
- PathPoint
- The point added to the front of the line.