Click or drag to resize

PathPointBuilder Constructor (CentralBody, Cartographic, JulianDate, Color, Single, Color, Single)

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

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(
	CentralBody centralBody,
	Cartographic position,
	JulianDate date,
	Color color,
	float translucency,
	Color outlineColor,
	float outlineTranslucency
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body the position is defined on.
position
Type: AGI.Foundation.CoordinatesCartographic
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.
outlineColor
Type: System.DrawingColor
The point's outline color.
outlineTranslucency
Type: SystemSingle
The point's outline translucency.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when translucency or outlineTranslucency is less than 0 or greater than 1.
ArgumentNullException Thrown when centralBody is .
See Also