Click or drag to resize

PathPrimitiveAddFront Method

Add a PathPoint to the front 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 AddFront(
	PathPoint pathPoint
)

Parameters

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