FieldCorrectionToPosition(Int32, Int32) Method |
Calculates the XY position of the associated grid point.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic double[] ToPosition(
int row,
int column
)
Parameters
- row Int32
- The row of the correction table. Row 0 refers to the bottom-most row.
- column Int32
- The column of the correction table. Column 0 refers to the left-most column.
Return Value
DoubleReturns the XY position of the specified grid point.
Remarks
The Z position is always 0.
See Also