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.3448.0 (4.8.3448.0)
Syntax
C#
public Int64LineD2DAnnotated(
	(Point64 point, int index) p0,
	(Point64 point, int index) p1
)

Parameters

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