 | ScanningLayerAddScanImage Method |
Namespace: LynceeTec.ProcessingAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
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
- Type: SystemIntPtr
- stepIntensIm
- Type: SystemInt32
The distance, in bytes, between the starting points of consecutive lines in the destination image (the stride). - lockIntensImg
- Type: SystemIntPtr
- posum
- Type: SystemSingle
- curFrame
- Type: SystemInt32
- nAvg
- Type: SystemInt32
See Also