 | ScanningLayerAddScanImage Method |
Namespace: LynceeTec.ProcessingAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic void AddScanImage(
IntPtr inIntensImg,
int stepIntensIm,
IntPtr lockIntensImg,
float posum,
int curFrame,
int nAvg
)
public:
void AddScanImage(
IntPtr inIntensImg,
int stepIntensIm,
IntPtr lockIntensImg,
float posum,
int curFrame,
int nAvg
)
Parameters
- inIntensImg IntPtr
-
- stepIntensIm Int32
- The distance, in bytes, between the starting points of consecutive lines in the destination image (the stride).
- lockIntensImg IntPtr
-
- posum Single
-
- curFrame Int32
-
- nAvg Int32
-
See Also