Click or drag to resize

PathPrimitiveFront Method

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

Return Value

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