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.3179.0 (4.8.3179.0)
Syntax
C#
public LineShape(
	double posX,
	double posY,
	IReadOnlyPropertyBag context
)

Parameters

posX  Double

[Missing <param name="posX"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.LineShape.#ctor(System.Double,System.Double,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

posY  Double

[Missing <param name="posY"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.LineShape.#ctor(System.Double,System.Double,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

context  IReadOnlyPropertyBag

[Missing <param name="context"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.LineShape.#ctor(System.Double,System.Double,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

See Also