Click or drag to resize

LineShape(Double, Double, Double, Double, Double, NamedColor) Constructor

Initializes a new instance of the LineShape class.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public LineShape(
	double startX,
	double startY,
	double endX,
	double endY,
	double lineWidth,
	NamedColor lineColor
)

Parameters

startX  Double
The x-coordinate of the start position.
startY  Double
The y-coordinate of the start position.
endX  Double
The x-coordinate of the end position.
endY  Double
The y-coordinate of the end position.
lineWidth  Double
The line width.
lineColor  NamedColor
The line color.
See Also