Click or drag to resize

FieldCorrectionToPosition(Int32, Int32, Int32, Int32) Method

Calculates the XYZM position of the associated grid point.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public double[] ToPosition(
	int row,
	int column,
	int layer,
	int magnification
)

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.
layer  Int32
The layer of the correction table. Column 0 refers to the left-most column.
magnification  Int32
The magnification of the correction table. Magnification 0 refers to the smallest spot size.

Return Value

Double
Returns the XYZM position of the specified grid point.
Remarks
The Z and M position are always 0.
See Also