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