 | IlluminationGetRoi Method |
Namespace:
LynceeTec.Processing
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void GetRoi(
ref int left,
ref int top,
ref int width,
ref int height
)
public:
virtual void GetRoi(
int% left,
int% top,
int% width,
int% height
)
Parameters
- left
- Type: SystemInt32
- top
- Type: SystemInt32
- width
- Type: SystemInt32
- height
- Type: SystemInt32
Implements
IHoloMeasureGetRoi(Int32, Int32, Int32, Int32)
See Also