| PathPointBuilder Constructor  | 
 
            Constructs a default PathPointBuilder object.
            
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic PathPointBuilder()
public:
PathPointBuilder()
new : unit -> PathPointBuilder
 Remarks
Remarks
            The point's position is initialized to 
Cartesian.Zero,
            its date is initialized to 
JulianDate.MinValue,
            its color is initialized to white, its translucency is initialized to zero, its outline color is initialized to black,
            and its outline translucency is initialized to 0.
            
 See Also
See Also