 | ScanningLayerAddScanImage Method |
Namespace:
LynceeTec.Processing
Assembly:
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
- 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