Click or drag to resize

LineShape(Double, Double, 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(
	double posX,
	double posY,
	IReadOnlyPropertyBag context
)

Parameters

posX  Double
The x-coordinate of the start position.
posY  Double
The y-coordinate of the start position.
context  IReadOnlyPropertyBag
The property context.
See Also