ReceiveImage
Receive an image from an instance of ITcIoGevImageAcquisition.
Syntax
Definition:
METHOD ReceiveImage : HRESULT
VAR_INPUT
ipImage : ITcVnImageBase;
hrAcquisitionResult : HRESULT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ipImage |
Interface pointer to the image. | |
hrAcquisitionResult |
HRESULT indicating the status of the image acquisition. |