 | SingleWavelengthReconstructionPhaseOffset Property |
Gets or sets the offset of the phase mask.
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual float PhaseOffset { get; set; }
public:
virtual property float PhaseOffset {
float get ();
void set (float value);
}
Property Value
Type:
Single
The offset of the phase mask, in degrees.
Implements
IReconstructionPhaseOffset
See Also