 | SingleWavelengthReconstructionCopyImgResult Method |
Copies the image result of processing in a local buffer.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void CopyImgResult(
byte[] dst,
windowsList win
)
public:
virtual void CopyImgResult(
array<unsigned char>^ dst,
windowsList win
)
Parameters
- dst Byte
- The destination buffer.
- win windowsList
- The image to return. Either amplitude, phase or fourier.
Implements
IReconstructionCopyImgResult(Byte, windowsList)
See Also