Click or drag to resize

Int64LineD2DAnnotatedGetPoint Method

Gets either the point P0 at index 0, or the point P1 at index 1.

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

Parameters

idx  Int32
The index.

Return Value

IntPoint
Either the point P0 (idx==0), or the point P1 (idx==1).
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionIndex out of range [0,1]
See Also