  | IReconstructionPerformAutoFocus Method  | 
 
            Compute the focus position.
            
 
    Namespace: 
   LynceeTec.Interfaces
    Assembly:
   LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 7.3.77.25127 UnwrapStitching cc0329b4, built 2018-08-31 12:02:55 UTC
Syntaxbool PerformAutoFocus(
	float deltaM,
	AutoFocusMethod method
)
bool PerformAutoFocus(
	float deltaM, 
	AutoFocusMethod method
)
Parameters
- deltaM
 - Type: SystemSingle
The defined search area arround the current position. - method
 - Type: LynceeTec.InterfacesAutoFocusMethod
The defined search method. Use MinimizeContrast to minimize the amplitude standard deviation and MaximizeContrast to miximize it. 
Return Value
Type: 
Booleantrue if a focus position is found in the given area.
See Also