PathPrimitiveAddBack Method |
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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