Int64LineD2DAnnotatedGetPoint Method |
Gets either the point
P0 at index 0, or the point
P1 at index 1.
Namespace: Altaxo.Geometry.Int64_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IntPoint GetPoint(
int idx
)
Parameters
- idx Int32
- The index.
Return Value
IntPointEither the point
P0 (idx==0), or the point
P1 (idx==1).
Exceptions See Also