Returns a new line with
P0 set to the provided value.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public LineD2D WithP0(
PointD2D p0
)
Parameters
- p0 PointD2D
- The value for P0.
Return Value
LineD2DA new line with
P0 set to the provided value.
See Also