Click or drag to resize

PathPrimitiveBack Method

Access the PathPoint at 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 PathPoint Back()

Return Value

Type: PathPoint
The PathPoint at the back of the line.
Exceptions
ExceptionCondition
InvalidOperationException The path primitive does not contain any positions.
See Also