Click or drag to resize

PathPrimitiveAddBack Method

Add a PathPoint to the back of the line.

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

Parameters

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