Click or drag to resize

LineD2DWithP1 Method

Returns a new line with P1 set to the provided value.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LineD2D WithP1(
	PointD2D p1
)

Parameters

p1  PointD2D
The value for P1.

Return Value

LineD2D
A new line with P1 set to the provided value.
See Also