PathPoint Constructor (Cartesian, JulianDate, Color, Single) | 
 
            Initializes a 
PathPoint with the given position, date, color, and translucency.
            
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PathPoint(
	Cartesian position,
	JulianDate date,
	Color color,
	float translucency
)
Public Sub New ( 
	position As Cartesian,
	date As JulianDate,
	color As Color,
	translucency As Single
)
public:
PathPoint(
	Cartesian position, 
	JulianDate date, 
	Color color, 
	float translucency
)
new : 
        position : Cartesian * 
        date : JulianDate * 
        color : Color * 
        translucency : float32 -> PathPointParameters
- position
 - Type: AGI.Foundation.CoordinatesCartesian
The point's position. - date
 - Type: AGI.Foundation.TimeJulianDate
The point's date. - color
 - Type: System.DrawingColor
The point's color. - translucency
 - Type: SystemSingle
The point's translucency. 
Exceptions
See Also