 | IReconstructionCopyImgResult Method |
Copies the image result of processing in a local buffer.
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntaxvoid CopyImgResult(
byte[] dst,
windowsList win
)
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.
See Also