Click or drag to resize

ProfileInterfaceExtractProfile Method


Namespace: LynceeTec.Processing
Assembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public int ExtractProfile(
	int startx,
	int starty,
	int endx,
	int endy,
	int avgWidth,
	float[] data,
	int stepData,
	int width,
	int height,
	byte[] mask,
	int stepMask,
	bool unwrap
)

Parameters

startx  Int32
 
starty  Int32
 
endx  Int32
 
endy  Int32
 
avgWidth  Int32
 
data  Single
 
stepData  Int32
 
width  Int32
 
height  Int32
 
mask  Byte
 
stepMask  Int32
 
unwrap  Boolean
 

Return Value

Int32
See Also