Click or drag to resize

LineShape(PointD3D, PointD3D, IReadOnlyPropertyBag) Constructor

Initializes a new instance of the LineShape class with the specified endpoints.

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,
	PointD3D endPosition,
	IReadOnlyPropertyBag context
)

Parameters

startPosition  PointD3D
The start position.
endPosition  PointD3D
The end position.
context  IReadOnlyPropertyBag
The property context.
See Also