LineShape(PointD2D, PointD2D, Double, NamedColor) Constructor |
Initializes a new instance of the
LineShape class.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic LineShape(
PointD2D startPosition,
PointD2D endPosition,
double lineWidth,
NamedColor lineColor
)
Parameters
- startPosition PointD2D
- The start position.
- endPosition PointD2D
- The end position.
- lineWidth Double
- The line width.
- lineColor NamedColor
- The line color.
See Also