Click or drag to resize
ScanningLayerAddScanImage Method

Namespace: LynceeTec.Processing
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 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