|  | IReconstructionExtractArbitraryIntensityProfile Method  | 
 
            Extracts a profile in the intensity (amplitude) image. Use 
AmpProfile to get the result.
            
 
    Namespace: 
   LynceeTec.Interfaces
    Assembly:
   LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:19 UTC
 Syntax
Syntaxvoid ExtractArbitraryIntensityProfile(
	int startx,
	int starty,
	int endx,
	int endy,
	bool scaleXY,
	float umppX,
	float umppY
)
void ExtractArbitraryIntensityProfile(
	int startx, 
	int starty, 
	int endx, 
	int endy, 
	bool scaleXY, 
	float umppX, 
	float umppY
)
Parameters
- startx
- Type: SystemInt32
 The X coordinate of the starting point.
- starty
- Type: SystemInt32
 The Y coordinate of the starting point.
- endx
- Type: SystemInt32
 The X coordinate of the ending point.
- endy
- Type: SystemInt32
 The Y coordinate of the ending point.
- scaleXY
- Type: SystemBoolean
 If true, returns the X and Y data in [m], if false scale is in pixels.
- umppX
- Type: SystemSingle
 
- umppY
- Type: SystemSingle
 
 See Also
See Also