FieldCorrectionApplyTrapezoid Method |
Adjusts the correction table so that the beam field is scaled like a trapezoid.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void ApplyTrapezoid(
double scaleNear,
double scaleFar,
int axis
)
Parameters
- scaleNear Double
- The near corner is the bottom left corner. For X the near side is bottom, for y left.
- scaleFar Double
- The far corner is the upper right corner. For X the near side is top, for y right.
- axis Int32
- The axis to be scaled. Must be 0 (X) or 1 (Y).
See Also