Click or drag to resize

PathPointBuilder.ToPathPoint Method

Returns an immutable PathPoint object built from this object's attributes.

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 ToPathPoint()

Return Value

Type: PathPoint
An immutable PathPoint object built from this object's attributes.
See Also