Click or drag to resize

ScanningLayerAddScanImage Method


Namespace: LynceeTec.Processing
Assembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public void AddScanImage(
	IntPtr inIntensImg,
	int stepIntensIm,
	IntPtr lockIntensImg,
	float posum,
	int curFrame,
	int nAvg
)

Parameters

inIntensImg  IntPtr
 
stepIntensIm  Int32
The distance, in bytes, between the starting points of consecutive lines in the destination image (the stride).
lockIntensImg  IntPtr
 
posum  Single
 
curFrame  Int32
 
nAvg  Int32
 
See Also