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_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (IntPoint point, int index) GetPointWithIndex(
int idx
)
Parameters
- idx Int32
- The retrieving index.
Return Value
ValueTupleIntPoint,
Int32Either the start point with associated index (idx==0), or the end point with associated index (idx==1).
Exceptions See Also