Click or drag to resize

PathPrimitive.AddBack Method

Add a PathPoint to the back of the line.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void AddBack(
	PathPoint pathPoint
)

Parameters

pathPoint
Type: AGI.Foundation.Graphics.PathPoint
The point added to the back of the line.
See Also