LineShape(Double, Double, 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(
double startX,
double startY,
PointD2D endPosition,
IReadOnlyPropertyBag context
)
Parameters
- startX Double
- The x-coordinate of the start position.
- startY Double
- The y-coordinate of the start position.
- endPosition PointD2D
- The end position.
- context IReadOnlyPropertyBag
- The property context.
See Also