LineShape(PointD2D, 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,
PointD2D endPosition,
IReadOnlyPropertyBag? context
)
Parameters
- startPosition PointD2D
- The start position.
- endPosition PointD2D
- The end position.
- context IReadOnlyPropertyBag
- The property context.
See Also