 | SingleWavelengthReconstructionGetAmp32f Method |
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntaxpublic virtual void GetAmp32f(
ref IntPtr amp32fPtr,
ref int stepAmp32f,
ref IntPtr lockPtr
)
public:
virtual void GetAmp32f(
IntPtr% amp32fPtr,
int% stepAmp32f,
IntPtr% lockPtr
)
Parameters
- amp32fPtr
- Type: SystemIntPtr
- stepAmp32f
- Type: SystemInt32
The distance, in bytes, between the starting points of consecutive lines in the amplitude image (the stride). - lockPtr
- Type: SystemIntPtr
Implements
IReconstructionGetAmp32f(IntPtr, Int32, IntPtr)
See Also