Declaration
function getColumn(col: int32_t): TIEVisionImage; safecall;
Description
Create a new TIEVisionImage object that contains the specified column.
No copy is performed, only the actual area is shared among the objects.
| Parameter | Description |
| col | Column to share |
ROI_image := image1.getColumn(5);