Click or drag to resize

SingleWavelengthReconstructionCopyImgResult Method

Copies the image result of processing in a local buffer.

Namespace:  LynceeTec.Processing.Holography
Assembly:  LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public virtual void CopyImgResult(
	byte[] dst,
	windowsList win
)

Parameters

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

Implements

IReconstructionCopyImgResult(Byte, windowsList)
See Also