 | ProcessingConfigurationGetRoi Method |
Gets the region of interest (ROI) defined on phase and intensity images.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void GetRoi(
ref int left,
ref int top,
ref int width,
ref int height
)
public:
void GetRoi(
int% left,
int% top,
int% width,
int% height
)
Parameters
- left
- Type: SystemInt32
Top left corner coordinate in the X direction. - top
- Type: SystemInt32
Top left corner coordinate in the Y direction. - width
- Type: SystemInt32
Rectangle width. - height
- Type: SystemInt32
Rectangle height.
See Also