PathPoint Constructor (Cartesian, JulianDate, Color) |
Initializes a
PathPoint with the given position, date, and color.
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(
Cartesian position,
JulianDate date,
Color color
)
Public Sub New (
position As Cartesian,
date As JulianDate,
color As Color
)
public:
PathPoint(
Cartesian position,
JulianDate date,
Color color
)
new :
position : Cartesian *
date : JulianDate *
color : Color -> PathPoint
Parameters
- 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.
Remarks
The point's translucency is initialized to zero.
See Also