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.3.420.0 (24.3.420.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 object's attributes.
See Also