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