PathPrimitiveAddBack Method  | 
  
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void AddBack(
	PathPoint pathPoint
)
Public Sub AddBack ( 
	pathPoint As PathPoint
)
public:
void AddBack(
	PathPoint^ pathPoint
)
member AddBack : 
        pathPoint : PathPoint -> unit 
Parameters
- pathPoint
 - Type: AGI.Foundation.GraphicsPathPoint
The point added to the back of the line.
 
See Also