Declaration
function getRect(rect: TIEVisionRect): TIEVisionImage; safecall;
Description
Create a new TIEVisionImage object that contains the specified region.
No copy is performed, only the actual area is shared among the objects.
| Parameter | Description |
| rect | Region to share |
ROI_image := image1.getRect(IEVisionRect(10, 10, 200, 200));