Click or drag to resize

ScanningLayerAddScanImage Method

Namespace:  LynceeTec.Processing
Assembly:  LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.6.0 6_6_dev_win7 eedf306, built 2018-03-20 10:08:02 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