ImageEn, unit ievision
TIEVisionImage.repeatImage
TIEVisionImage
.repeatImage
Declaration
procedure repeatImage(ny, nx: int32_t; dest:
TIEVisionImage
); safecall;
Description
Fills the destination image with repeated copies of the source image.
Parameter
Description
ny
Flag to specify how many times the source is repeated along the vertical axis.
nx
Flag to specify how many times the source is repeated along the horizontal axis.
dest
Container for resuling image.