Click or drag to resize

LineShape(PointD3D, IReadOnlyPropertyBag) Constructor

Initializes a new instance of the LineShape class

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LineShape(
	PointD3D startPosition,
	IReadOnlyPropertyBag? context
)

Parameters

startPosition  PointD3D

[Missing <param name="startPosition"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.LineShape.#ctor(Altaxo.Geometry.PointD3D,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

context  IReadOnlyPropertyBag

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

See Also