Click or drag to resize

FieldCorrectionCreate(CorrectionType, OpticalParameters) Method

Creates a new instance with a correction table in the specified format.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public static FieldCorrection Create(
	CorrectionType type,
	OpticalParameters opticalParameters
)

Parameters

type  CorrectionType
The correction format associated with this field correction.
opticalParameters  OpticalParameters
Defines the dimensions used to create the new correction table.

Return Value

FieldCorrection

[Missing <returns> documentation for "M:RAYLASE.Marker.Corrections.FieldCorrection.Create(RAYLASE.Marker.Corrections.CorrectionType,RAYLASE.SPICE3.OpticalParameters)"]

See Also