 | ProcessingConfigurationGetAutoFocusRoi Method |
Gets the region of interest in which the auto-focus must be performed.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void GetAutoFocusRoi(
ref int left,
ref int top,
ref int width,
ref int height
)
public:
void GetAutoFocusRoi(
int% left,
int% top,
int% width,
int% height
)
Parameters
- left Int32
- Top left corner coordinate in the X direction.
- top Int32
- Top left corner coordinate in the Y direction.
- width Int32
- Rectangle width.
- height Int32
- Rectangle height.
Remarks
The coordinates are defined with respect to the full hologram size.
See Also