Click or drag to resize

Int64LineD2DAnnotatedGetPointWithIndex Method

Gets either the start point with associated index at idx 0, or the end point with associated index at idx 1.

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

Parameters

idx  Int32
The retrieving index.

Return Value

ValueTupleIntPoint, Int32
Either the start point with associated index (idx==0), or the end point with associated index (idx==1).
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionIndex out of range [0,1]
See Also