Click or drag to resize

SingleWavelengthReconstructionCopyImgResult Method

Copies the image result of processing in a local buffer.

Namespace:  LynceeTec.Processing.Holography
Assembly:  LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 UTC
Syntax
public virtual void CopyImgResult(
	byte[] dst,
	windowsList win
)

Parameters

dst
Type: SystemByte
The destination buffer.
win
Type: LynceeTec.ProcessingwindowsList
The image to return. Either amplitude, phase or fourier.

Implements

IReconstructionCopyImgResult(Byte, windowsList)
See Also