Click or drag to resize

LineD2D Constructor

Initializes a new instance of the LineD3D struct.

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

Parameters

p0  PointD2D
The starting point of the line.
p1  PointD2D
The end point of the line.
See Also