Click or drag to resize

FieldCorrectionApplyScale Method

Adjusts the correction table so that the beam field is scaled in both X and Y.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void ApplyScale(
	double scaleX,
	double scaleY
)

Parameters

scaleX  Double
The scale factor in the X dimension.
scaleY  Double
The scale factor in the Y dimension.
Remarks

A scale factor of greater than 1.0 adjusts the correction table so that the beam field is stretched. For example, a scale factor of 1.02 will result in a field of 102mm if the original field was 100mm.

The FieldSizeXand FieldSizeY property remains unchanged. The scaling is achieved by modifying the correction table. The field size is considered to remain identical.

See Also