Click or drag to resize

LineShape(Double, Double, PointD2D, 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 startX,
	double startY,
	PointD2D endPosition,
	IReadOnlyPropertyBag context
)

Parameters

startX  Double

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

startY  Double

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

endPosition  PointD2D

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

context  IReadOnlyPropertyBag

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

See Also