ImageEn, unit ievision

TIEVisionImage.getRect

TIEVisionImage.getRect

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

Example

ROI_image := image1.getRect(IEVisionRect(10, 10, 200, 200));