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.2.419.0 (24.2.419.0)
Syntax public PathPoint ToPathPoint()
Public Function ToPathPoint As PathPoint
public:
PathPoint^ ToPathPoint()
member ToPathPoint : unit -> PathPoint
Return Value
Type:
PathPointAn immutable
PathPoint object built from this objects attributes.
See Also