Click or drag to resize

LineShape(PointD3D, IReadOnlyPropertyBag) Constructor

Initializes a new instance of the LineShape class with the specified start position.

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

Parameters

startPosition  PointD3D
The start position.
context  IReadOnlyPropertyBag
The optional property context.
See Also