Click or drag to resize

PathPointBuilder Constructor (Cartesian, JulianDate, Color)

Initializes a PathPointBuilder with the given position, date, and color.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PathPointBuilder(
	Cartesian position,
	JulianDate date,
	Color color
)

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, its outline color is initialized to black, and its outline translucency is initialized to 0.
See Also