Click or drag to resize
ScanningLayerAddScanImage Method

Namespace: LynceeTec.Processing
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntax
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