Click or drag to resize

PathPoint Constructor (Cartesian, JulianDate, Color, Single, Color)

Initializes a PathPoint with the given position, date, color, translucency, and outline 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 PathPoint(
	Cartesian position,
	JulianDate date,
	Color color,
	float translucency,
	Color outlineColor
)

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.
translucency
Type: SystemSingle
The point's translucency.
outlineColor
Type: System.DrawingColor
The point's outline color.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when translucency is less than 0 or greater than 1.
See Also