Click or drag to resize

LineShape(PointD3D, PointD3D, Double, NamedColor) Constructor

Initializes a new instance of the LineShape class with the specified endpoints and stroke settings.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public LineShape(
	PointD3D startPosition,
	PointD3D endPosition,
	double lineWidth,
	NamedColor lineColor
)

Parameters

startPosition  PointD3D
The start position.
endPosition  PointD3D
The end position.
lineWidth  Double
The line width.
lineColor  NamedColor
The line color.
See Also