LineShape(PointD3D, IReadOnlyPropertyBag) Constructor |
Initializes a new instance of the
LineShape class with the specified start position.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic LineShape(
PointD3D startPosition,
IReadOnlyPropertyBag? context
)
Parameters
- startPosition PointD3D
- The start position.
- context IReadOnlyPropertyBag
- The optional property context.
See Also