PathPrimitive.AddBack 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.Graphics.PathPoint
The point added to the back of the line.
See Also