| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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
See Also