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