Click or drag to resize

PathPointBuilderToPathPoint 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: 24.1.418.0 (24.1.418.0)
Syntax
public PathPoint ToPathPoint()

Return Value

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