FieldCorrectionApplyOffset Method |
Adjusts the correction table so that the beam field is moved in both X and Y.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void ApplyOffset(
double[] offset
)
Parameters
- offset Double
- The offset for all dimensions.
RemarksThe FieldSizeXand FieldSizeY property remains unchanged. The scaling is achieved
by modifying the correction table. The field size is considered to remain identical.
See Also