SetRoi (TcVnRectangle_UDINT)
Sets a region of interest (ROI) within an image.
Syntax
Definition:
HRESULT SetRoi(
HRESULT hrPrev,
TcVnRectangle_UDINT& stRoi,
ITcVnImage* ipDestImage
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
stRoi |
Region of interest | |
|
ipDestImage |
Destination image |
Required License
TC3 Vision Base
Return value