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.3448.0 (4.8.3448.0)
Syntaxpublic Point64 GetPoint(
int idx
)
Parameters
- idx Int32
- The index.
Return Value
Point64Either the point
P0 (idx==0), or the point
P1 (idx==1).
Exceptions
See Also