Click or drag to resize

LineShape(PointD2D, PointD2D, IReadOnlyPropertyBag) 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(
	PointD2D startPosition,
	PointD2D endPosition,
	IReadOnlyPropertyBag? context
)

Parameters

startPosition  PointD2D
The start position.
endPosition  PointD2D
The end position.
context  IReadOnlyPropertyBag
The property context.
See Also