Click or drag to resize

Int64LineD2DAnnotated Constructor

Initializes a new instance of the Int64LineD2DAnnotated class.

Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Int64LineD2DAnnotated(
	(IntPoint point, int index) p0,
	(IntPoint point, int index) p1
)

Parameters

p0  ValueTupleIntPoint, Int32
The start point (including its index).
p1  ValueTupleIntPoint, Int32
The end point (including its index).
See Also